=== Run information ===

Scheme:       weka.classifiers.trees.RandomForest -P 100 -print -I 100 -num-slots 1 -K 0 -M 1.0 -V 0.001 -S 1
Relation:     financial_service
Instances:    186
Attributes:   7
              Type
              LifeStyle
              Vacation
              eCredit
              salary
              property
              label
Test mode:    10-fold cross-validation

=== Classifier model (full training set) ===

RandomForest

Bagging with 100 iterations and base learner

weka.classifiers.trees.RandomTree -K 0 -M 1.0 -V 0.001 -S 1 -do-not-check-capabilitiesAll the base classifiers: 


RandomTree
==========

Type = student
|   property < 2.52 : C1 (7/0)
|   property >= 2.52
|   |   Vacation < 19.5
|   |   |   salary < 17.8 : C1 (6/0)
|   |   |   salary >= 17.8 : C3 (13/0)
|   |   Vacation >= 19.5
|   |   |   eCredit < 84.5 : C4 (10/0)
|   |   |   eCredit >= 84.5 : C1 (2/0)
Type = engineer
|   property < 2.54
|   |   salary < 19.42 : C5 (8/0)
|   |   salary >= 19.42
|   |   |   eCredit < 31
|   |   |   |   salary < 20.88
|   |   |   |   |   salary < 20.36 : C5 (1/0)
|   |   |   |   |   salary >= 20.36 : C1 (1/0)
|   |   |   |   salary >= 20.88 : C5 (9/0)
|   |   |   eCredit >= 31 : C1 (2/0)
|   property >= 2.54
|   |   property < 5.5
|   |   |   eCredit < 53.5
|   |   |   |   Vacation < 39.5
|   |   |   |   |   Vacation < 24.5 : C1 (2/0)
|   |   |   |   |   Vacation >= 24.5 : C4 (5/0)
|   |   |   |   Vacation >= 39.5 : C1 (3/0)
|   |   |   eCredit >= 53.5
|   |   |   |   eCredit < 74
|   |   |   |   |   Vacation < 38.5
|   |   |   |   |   |   Vacation < 36 : C4 (1/0)
|   |   |   |   |   |   Vacation >= 36 : C1 (1/0)
|   |   |   |   |   Vacation >= 38.5 : C4 (10/0)
|   |   |   |   eCredit >= 74
|   |   |   |   |   property < 4.23 : C1 (2/0)
|   |   |   |   |   property >= 4.23 : C4 (1/0)
|   |   property >= 5.5 : C1 (8/0)
Type = librarian
|   Vacation < 14.5 : C2 (16/0)
|   Vacation >= 14.5 : C4 (12/0)
Type = professor
|   property < 1.48
|   |   eCredit < 21 : C2 (11/0)
|   |   eCredit >= 21 : C4 (1/0)
|   property >= 1.48
|   |   eCredit < 11 : C5 (10/0)
|   |   eCredit >= 11 : C4 (8/0)
Type = doctor
|   Vacation < 20.5 : C3 (26/0)
|   Vacation >= 20.5 : C4 (10/0)

Size of the tree : 50


RandomTree
==========

Vacation < 17.5
|   Type = student
|   |   salary < 20.38
|   |   |   property < 4.6 : C1 (13/0)
|   |   |   property >= 4.6
|   |   |   |   eCredit < 59 : C1 (2/0)
|   |   |   |   eCredit >= 59 : C3 (1/0)
|   |   salary >= 20.38 : C3 (11/0)
|   Type = engineer : C1 (3/0)
|   Type = librarian : C2 (15/0)
|   Type = professor : C2 (10/0)
|   Type = doctor : C3 (29/0)
Vacation >= 17.5
|   eCredit < 23.5
|   |   Vacation < 46.5
|   |   |   LifeStyle = spend<<saving : C1 (0/0)
|   |   |   LifeStyle = spend<saving : C1 (0/0)
|   |   |   LifeStyle = spend>saving : C4 (1/0)
|   |   |   LifeStyle = spend>>saving : C1 (2/0)
|   |   Vacation >= 46.5
|   |   |   Vacation < 50.5 : C5 (20/0)
|   |   |   Vacation >= 50.5
|   |   |   |   LifeStyle = spend<<saving : C4 (1/0)
|   |   |   |   LifeStyle = spend<saving : C1 (0/0)
|   |   |   |   LifeStyle = spend>saving : C5 (2/0)
|   |   |   |   LifeStyle = spend>>saving : C5 (6/0)
|   eCredit >= 23.5
|   |   property < 5.75
|   |   |   LifeStyle = spend<<saving
|   |   |   |   salary < 20.18 : C1 (4/0)
|   |   |   |   salary >= 20.18
|   |   |   |   |   eCredit < 50.5
|   |   |   |   |   |   Type = student : C1 (0/0)
|   |   |   |   |   |   Type = engineer : C1 (2/0)
|   |   |   |   |   |   Type = librarian : C4 (2/0)
|   |   |   |   |   |   Type = professor : C4 (1/0)
|   |   |   |   |   |   Type = doctor : C1 (0/0)
|   |   |   |   |   eCredit >= 50.5 : C4 (7/0)
|   |   |   LifeStyle = spend<saving : C4 (17/0)
|   |   |   LifeStyle = spend>saving
|   |   |   |   Type = student : C4 (3/0)
|   |   |   |   Type = engineer
|   |   |   |   |   Vacation < 44.5 : C1 (2/0)
|   |   |   |   |   Vacation >= 44.5
|   |   |   |   |   |   eCredit < 40.5 : C5 (2/0)
|   |   |   |   |   |   eCredit >= 40.5 : C4 (1/0)
|   |   |   |   Type = librarian : C4 (1/0)
|   |   |   |   Type = professor : C4 (1/0)
|   |   |   |   Type = doctor : C4 (2/0)
|   |   |   LifeStyle = spend>>saving
|   |   |   |   Vacation < 31 : C1 (7/0)
|   |   |   |   Vacation >= 31 : C4 (7/0)
|   |   property >= 5.75 : C1 (11/0)

Size of the tree : 54


RandomTree
==========

salary < 21.88
|   Vacation < 21
|   |   property < 1.86
|   |   |   Type = student : C1 (0/0)
|   |   |   Type = engineer : C1 (2/0)
|   |   |   Type = librarian : C2 (12/0)
|   |   |   Type = professor : C2 (10/0)
|   |   |   Type = doctor : C1 (0/0)
|   |   property >= 1.86
|   |   |   salary < 20.65
|   |   |   |   LifeStyle = spend<<saving : C1 (0/0)
|   |   |   |   LifeStyle = spend<saving
|   |   |   |   |   eCredit < 71.5
|   |   |   |   |   |   eCredit < 59 : C1 (1/0)
|   |   |   |   |   |   eCredit >= 59 : C3 (1/0)
|   |   |   |   |   eCredit >= 71.5 : C1 (3/0)
|   |   |   |   LifeStyle = spend>saving : C1 (11/0)
|   |   |   |   LifeStyle = spend>>saving : C1 (0/0)
|   |   |   salary >= 20.65 : C3 (1/0)
|   Vacation >= 21
|   |   LifeStyle = spend<<saving
|   |   |   property < 4.41
|   |   |   |   eCredit < 43.5
|   |   |   |   |   Type = student : C1 (0/0)
|   |   |   |   |   Type = engineer : C1 (3/0)
|   |   |   |   |   Type = librarian : C4 (2/0)
|   |   |   |   |   Type = professor : C4 (2/0)
|   |   |   |   |   Type = doctor : C1 (0/0)
|   |   |   |   eCredit >= 43.5 : C4 (9/0)
|   |   |   property >= 4.41
|   |   |   |   eCredit < 67 : C1 (5/0)
|   |   |   |   eCredit >= 67
|   |   |   |   |   eCredit < 82 : C4 (1/0)
|   |   |   |   |   eCredit >= 82 : C1 (1/0)
|   |   LifeStyle = spend<saving : C4 (12/0)
|   |   LifeStyle = spend>saving
|   |   |   Type = student : C1 (0/0)
|   |   |   Type = engineer
|   |   |   |   eCredit < 31.5 : C5 (6/0)
|   |   |   |   eCredit >= 31.5 : C1 (3/0)
|   |   |   Type = librarian : C4 (1/0)
|   |   |   Type = professor
|   |   |   |   Vacation < 43 : C4 (1/0)
|   |   |   |   Vacation >= 43 : C5 (3/0)
|   |   |   Type = doctor : C4 (4/0)
|   |   LifeStyle = spend>>saving
|   |   |   Vacation < 48.5
|   |   |   |   salary < 18.83 : C1 (9/0)
|   |   |   |   salary >= 18.83
|   |   |   |   |   eCredit < 25 : C1 (2/0)
|   |   |   |   |   eCredit >= 25
|   |   |   |   |   |   property < 5.33 : C4 (10/0)
|   |   |   |   |   |   property >= 5.33 : C1 (1/0)
|   |   |   Vacation >= 48.5
|   |   |   |   eCredit < 23.5 : C5 (8/0)
|   |   |   |   eCredit >= 23.5
|   |   |   |   |   property < 2.86 : C1 (1/0)
|   |   |   |   |   property >= 2.86 : C4 (5/0)
salary >= 21.88
|   Type = student : C3 (11/0)
|   Type = engineer : C5 (4/0)
|   Type = librarian : C4 (2/0)
|   Type = professor : C5 (9/0)
|   Type = doctor : C3 (30/0)

Size of the tree : 65


RandomTree
==========

salary < 21.31
|   eCredit < 20.5
|   |   Type = student : C1 (4/0)
|   |   Type = engineer
|   |   |   salary < 19.86 : C5 (4/0)
|   |   |   salary >= 19.86
|   |   |   |   Vacation < 48.5 : C1 (1/0)
|   |   |   |   Vacation >= 48.5 : C5 (1/0)
|   |   Type = librarian : C2 (8/0)
|   |   Type = professor
|   |   |   Vacation < 29 : C2 (11/0)
|   |   |   Vacation >= 29 : C5 (8/0)
|   |   Type = doctor : C1 (0/0)
|   eCredit >= 20.5
|   |   salary < 16.97 : C1 (16/0)
|   |   salary >= 16.97
|   |   |   Type = student
|   |   |   |   Vacation < 17.5 : C3 (3/0)
|   |   |   |   Vacation >= 17.5 : C4 (7/0)
|   |   |   Type = engineer
|   |   |   |   LifeStyle = spend<<saving
|   |   |   |   |   Vacation < 47.5
|   |   |   |   |   |   eCredit < 79.5
|   |   |   |   |   |   |   property < 5.52 : C4 (7/0)
|   |   |   |   |   |   |   property >= 5.52 : C1 (1/0)
|   |   |   |   |   |   eCredit >= 79.5 : C1 (2/0)
|   |   |   |   |   Vacation >= 47.5 : C1 (2/0)
|   |   |   |   LifeStyle = spend<saving : C4 (3/0)
|   |   |   |   LifeStyle = spend>saving
|   |   |   |   |   Vacation < 41.5 : C1 (8/0)
|   |   |   |   |   Vacation >= 41.5
|   |   |   |   |   |   Vacation < 45.5 : C4 (1/0)
|   |   |   |   |   |   Vacation >= 45.5 : C5 (1/0)
|   |   |   |   LifeStyle = spend>>saving
|   |   |   |   |   salary < 19.3 : C4 (2/0)
|   |   |   |   |   salary >= 19.3
|   |   |   |   |   |   Vacation < 30.5 : C4 (2/0)
|   |   |   |   |   |   Vacation >= 30.5
|   |   |   |   |   |   |   Vacation < 39.5 : C1 (2/0)
|   |   |   |   |   |   |   Vacation >= 39.5
|   |   |   |   |   |   |   |   eCredit < 72.5 : C4 (1/0)
|   |   |   |   |   |   |   |   eCredit >= 72.5 : C1 (2/0)
|   |   |   Type = librarian : C4 (10/0)
|   |   |   Type = professor : C4 (11/0)
|   |   |   Type = doctor
|   |   |   |   eCredit < 150 : C4 (7/0)
|   |   |   |   eCredit >= 150 : C3 (1/0)
salary >= 21.31
|   Vacation < 20 : C3 (31/0)
|   Vacation >= 20
|   |   eCredit < 24.5 : C5 (21/0)
|   |   eCredit >= 24.5
|   |   |   salary < 24.19 : C4 (7/0)
|   |   |   salary >= 24.19 : C5 (1/0)

Size of the tree : 55


RandomTree
==========

Vacation < 17
|   salary < 21.06
|   |   Type = student : C1 (13/0)
|   |   Type = engineer : C1 (2/0)
|   |   Type = librarian : C2 (9/0)
|   |   Type = professor : C2 (11/0)
|   |   Type = doctor : C1 (0/0)
|   salary >= 21.06 : C3 (39/0)
Vacation >= 17
|   eCredit < 28
|   |   Vacation < 45
|   |   |   Type = student : C1 (5/0)
|   |   |   Type = engineer : C1 (0/0)
|   |   |   Type = librarian : C4 (2/0)
|   |   |   Type = professor : C1 (0/0)
|   |   |   Type = doctor : C1 (0/0)
|   |   Vacation >= 45
|   |   |   LifeStyle = spend<<saving : C4 (1/0)
|   |   |   LifeStyle = spend<saving : C1 (0/0)
|   |   |   LifeStyle = spend>saving : C5 (17/0)
|   |   |   LifeStyle = spend>>saving : C5 (22/0)
|   eCredit >= 28
|   |   salary < 21.12
|   |   |   property < 5.52
|   |   |   |   salary < 20.87
|   |   |   |   |   Vacation < 25.5 : C1 (4/0)
|   |   |   |   |   Vacation >= 25.5
|   |   |   |   |   |   LifeStyle = spend<<saving
|   |   |   |   |   |   |   salary < 20.05 : C1 (2/0)
|   |   |   |   |   |   |   salary >= 20.05 : C4 (4/0)
|   |   |   |   |   |   LifeStyle = spend<saving : C4 (13/0)
|   |   |   |   |   |   LifeStyle = spend>saving : C4 (12/0)
|   |   |   |   |   |   LifeStyle = spend>>saving : C4 (5/0)
|   |   |   |   salary >= 20.87
|   |   |   |   |   Vacation < 36 : C4 (1/0)
|   |   |   |   |   Vacation >= 36 : C1 (4/0)
|   |   |   property >= 5.52 : C1 (11/0)
|   |   salary >= 21.12 : C4 (9/0)

Size of the tree : 39


RandomTree
==========

Type = student
|   salary < 16.64 : C1 (10/0)
|   salary >= 16.64
|   |   Vacation < 18.5
|   |   |   Vacation < 9.5 : C3 (8/0)
|   |   |   Vacation >= 9.5
|   |   |   |   eCredit < 57.5 : C1 (1/0)
|   |   |   |   eCredit >= 57.5 : C3 (6/0)
|   |   Vacation >= 18.5 : C4 (10/0)
Type = engineer
|   property < 2.52
|   |   Vacation < 46.5 : C1 (5/0)
|   |   Vacation >= 46.5 : C5 (15/0)
|   property >= 2.52
|   |   property < 4.95
|   |   |   property < 2.8 : C1 (3/0)
|   |   |   property >= 2.8
|   |   |   |   salary < 20.69
|   |   |   |   |   Vacation < 29 : C1 (6/0)
|   |   |   |   |   Vacation >= 29
|   |   |   |   |   |   eCredit < 78 : C4 (3/0)
|   |   |   |   |   |   eCredit >= 78 : C1 (1/0)
|   |   |   |   salary >= 20.69 : C4 (2/0)
|   |   property >= 4.95 : C1 (10/0)
Type = librarian
|   Vacation < 15.5 : C2 (13/0)
|   Vacation >= 15.5 : C4 (10/0)
Type = professor
|   eCredit < 21
|   |   Vacation < 29.5 : C2 (14/0)
|   |   Vacation >= 29.5 : C5 (20/0)
|   eCredit >= 21 : C4 (13/0)
Type = doctor
|   Vacation < 20.5 : C3 (29/0)
|   Vacation >= 20.5 : C4 (7/0)

Size of the tree : 36


RandomTree
==========

Type = student
|   Vacation < 18.5
|   |   salary < 18.77 : C1 (7/0)
|   |   salary >= 18.77 : C3 (18/0)
|   Vacation >= 18.5
|   |   property < 2.13 : C1 (3/0)
|   |   property >= 2.13
|   |   |   property < 3.14
|   |   |   |   Vacation < 24 : C4 (2/0)
|   |   |   |   Vacation >= 24 : C1 (1/0)
|   |   |   property >= 3.14 : C4 (6/0)
Type = engineer
|   eCredit < 33
|   |   Vacation < 46.5 : C1 (1/0)
|   |   Vacation >= 46.5 : C5 (17/0)
|   eCredit >= 33
|   |   Vacation < 41.5
|   |   |   property < 5.5
|   |   |   |   property < 3.58 : C1 (4/0)
|   |   |   |   property >= 3.58
|   |   |   |   |   salary < 20.3
|   |   |   |   |   |   LifeStyle = spend<<saving : C1 (2/0)
|   |   |   |   |   |   LifeStyle = spend<saving : C1 (0/0)
|   |   |   |   |   |   LifeStyle = spend>saving : C1 (2/0)
|   |   |   |   |   |   LifeStyle = spend>>saving : C4 (1/0)
|   |   |   |   |   salary >= 20.3 : C4 (6/0)
|   |   |   property >= 5.5 : C1 (8/0)
|   |   Vacation >= 41.5 : C4 (15/0)
Type = librarian
|   Vacation < 16.5 : C2 (15/0)
|   Vacation >= 16.5 : C4 (11/0)
Type = professor
|   property < 1.48 : C2 (11/0)
|   property >= 1.48
|   |   eCredit < 11.5 : C5 (14/0)
|   |   eCredit >= 11.5 : C4 (4/0)
Type = doctor
|   eCredit < 89.5 : C4 (11/0)
|   eCredit >= 89.5 : C3 (27/0)

Size of the tree : 40


RandomTree
==========

eCredit < 28
|   Vacation < 31.5
|   |   Type = student : C1 (6/0)
|   |   Type = engineer : C1 (0/0)
|   |   Type = librarian : C2 (12/0)
|   |   Type = professor : C2 (12/0)
|   |   Type = doctor : C1 (0/0)
|   Vacation >= 31.5
|   |   LifeStyle = spend<<saving : C4 (1/0)
|   |   LifeStyle = spend<saving : C4 (1/0)
|   |   LifeStyle = spend>saving
|   |   |   Type = student : C1 (0/0)
|   |   |   Type = engineer : C5 (10/0)
|   |   |   Type = librarian : C4 (1/0)
|   |   |   Type = professor
|   |   |   |   Vacation < 43 : C4 (1/0)
|   |   |   |   Vacation >= 43 : C5 (7/0)
|   |   |   Type = doctor : C1 (0/0)
|   |   LifeStyle = spend>>saving : C5 (21/0)
eCredit >= 28
|   salary < 21.98
|   |   salary < 19.75
|   |   |   Type = student : C1 (18/0)
|   |   |   Type = engineer
|   |   |   |   salary < 19.35
|   |   |   |   |   Vacation < 44 : C1 (2/0)
|   |   |   |   |   Vacation >= 44 : C4 (2/0)
|   |   |   |   salary >= 19.35 : C1 (8/0)
|   |   |   Type = librarian : C1 (0/0)
|   |   |   Type = professor : C4 (1/0)
|   |   |   Type = doctor : C4 (2/0)
|   |   salary >= 19.75
|   |   |   Type = student
|   |   |   |   Vacation < 21 : C3 (1/0)
|   |   |   |   Vacation >= 21 : C4 (9/0)
|   |   |   Type = engineer
|   |   |   |   property < 3.37 : C1 (8/0)
|   |   |   |   property >= 3.37
|   |   |   |   |   LifeStyle = spend<<saving
|   |   |   |   |   |   Vacation < 36
|   |   |   |   |   |   |   Vacation < 29.5 : C4 (2/0)
|   |   |   |   |   |   |   Vacation >= 29.5 : C1 (1/0)
|   |   |   |   |   |   Vacation >= 36 : C4 (3/0)
|   |   |   |   |   LifeStyle = spend<saving : C4 (1/0)
|   |   |   |   |   LifeStyle = spend>saving : C1 (2/0)
|   |   |   |   |   LifeStyle = spend>>saving : C4 (3/0)
|   |   |   Type = librarian : C4 (8/0)
|   |   |   Type = professor : C4 (6/0)
|   |   |   Type = doctor
|   |   |   |   Vacation < 21.5 : C3 (1/0)
|   |   |   |   Vacation >= 21.5 : C4 (3/0)
|   salary >= 21.98 : C3 (33/0)

Size of the tree : 53


RandomTree
==========

Vacation < 15.5
|   eCredit < 19 : C2 (17/0)
|   eCredit >= 19
|   |   Type = student
|   |   |   salary < 19.45 : C1 (6/0)
|   |   |   salary >= 19.45 : C3 (16/0)
|   |   Type = engineer : C1 (6/0)
|   |   Type = librarian : C1 (0/0)
|   |   Type = professor : C1 (0/0)
|   |   Type = doctor : C3 (28/0)
Vacation >= 15.5
|   eCredit < 23.5
|   |   Type = student : C1 (4/0)
|   |   Type = engineer
|   |   |   salary < 20.63
|   |   |   |   Vacation < 47.5 : C1 (2/0)
|   |   |   |   Vacation >= 47.5 : C5 (3/0)
|   |   |   salary >= 20.63 : C5 (9/0)
|   |   Type = librarian : C4 (1/0)
|   |   Type = professor : C5 (23/0)
|   |   Type = doctor : C1 (0/0)
|   eCredit >= 23.5
|   |   Type = student
|   |   |   salary < 17.83 : C1 (14/0)
|   |   |   salary >= 17.83 : C4 (7/0)
|   |   Type = engineer
|   |   |   Vacation < 29 : C1 (6/0)
|   |   |   Vacation >= 29
|   |   |   |   property < 5.5
|   |   |   |   |   salary < 19.95 : C4 (4/0)
|   |   |   |   |   salary >= 19.95
|   |   |   |   |   |   eCredit < 79
|   |   |   |   |   |   |   eCredit < 50.5 : C1 (1/0)
|   |   |   |   |   |   |   eCredit >= 50.5
|   |   |   |   |   |   |   |   property < 4.71 : C4 (4/0)
|   |   |   |   |   |   |   |   property >= 4.71
|   |   |   |   |   |   |   |   |   Vacation < 43 : C4 (1/0)
|   |   |   |   |   |   |   |   |   Vacation >= 43 : C1 (1/0)
|   |   |   |   |   |   eCredit >= 79 : C1 (2/0)
|   |   |   |   property >= 5.5 : C1 (9/0)
|   |   Type = librarian : C4 (8/0)
|   |   Type = professor : C4 (6/0)
|   |   Type = doctor : C4 (8/0)

Size of the tree : 44


RandomTree
==========

Vacation < 17.5
|   property < 1.99 : C2 (27/0)
|   property >= 1.99
|   |   eCredit < 88.5
|   |   |   salary < 16.23 : C1 (8/0)
|   |   |   salary >= 16.23
|   |   |   |   property < 6.47
|   |   |   |   |   eCredit < 38 : C1 (1/0)
|   |   |   |   |   eCredit >= 38 : C3 (10/0)
|   |   |   |   property >= 6.47 : C1 (2/0)
|   |   eCredit >= 88.5 : C3 (28/0)
Vacation >= 17.5
|   Vacation < 48.5
|   |   Type = student
|   |   |   Vacation < 31.5 : C1 (10/0)
|   |   |   Vacation >= 31.5 : C4 (4/0)
|   |   Type = engineer
|   |   |   Vacation < 42
|   |   |   |   property < 3.44 : C1 (5/0)
|   |   |   |   property >= 3.44
|   |   |   |   |   salary < 21.12
|   |   |   |   |   |   property < 5.52 : C4 (2/0)
|   |   |   |   |   |   property >= 5.52 : C1 (4/0)
|   |   |   |   |   salary >= 21.12 : C4 (4/0)
|   |   |   Vacation >= 42
|   |   |   |   eCredit < 43 : C5 (2/0)
|   |   |   |   eCredit >= 43 : C4 (7/0)
|   |   Type = librarian : C4 (9/0)
|   |   Type = professor : C4 (7/0)
|   |   Type = doctor : C4 (7/0)
|   Vacation >= 48.5
|   |   LifeStyle = spend<<saving : C1 (1/0)
|   |   LifeStyle = spend<saving : C4 (4/0)
|   |   LifeStyle = spend>saving : C5 (25/0)
|   |   LifeStyle = spend>>saving
|   |   |   eCredit < 25 : C5 (16/0)
|   |   |   eCredit >= 25 : C4 (3/0)

Size of the tree : 38


RandomTree
==========

eCredit < 26.5
|   Vacation < 47
|   |   Type = student : C1 (2/0)
|   |   Type = engineer : C1 (1/0)
|   |   Type = librarian
|   |   |   Vacation < 16.5 : C2 (17/0)
|   |   |   Vacation >= 16.5 : C4 (2/0)
|   |   Type = professor
|   |   |   eCredit < 19.5 : C2 (12/0)
|   |   |   eCredit >= 19.5 : C4 (1/0)
|   |   Type = doctor : C1 (0/0)
|   Vacation >= 47 : C5 (35/0)
eCredit >= 26.5
|   eCredit < 94
|   |   salary < 21.98
|   |   |   Vacation < 24.5
|   |   |   |   salary < 21.3
|   |   |   |   |   Vacation < 11.5
|   |   |   |   |   |   property < 4.43 : C1 (7/0)
|   |   |   |   |   |   property >= 4.43 : C3 (2/0)
|   |   |   |   |   Vacation >= 11.5 : C1 (11/0)
|   |   |   |   salary >= 21.3 : C4 (1/0)
|   |   |   Vacation >= 24.5
|   |   |   |   LifeStyle = spend<<saving
|   |   |   |   |   Type = student : C1 (1/0)
|   |   |   |   |   Type = engineer
|   |   |   |   |   |   salary < 20.6 : C1 (5/0)
|   |   |   |   |   |   salary >= 20.6
|   |   |   |   |   |   |   eCredit < 49.5 : C4 (2/0)
|   |   |   |   |   |   |   eCredit >= 49.5
|   |   |   |   |   |   |   |   eCredit < 67 : C1 (3/0)
|   |   |   |   |   |   |   |   eCredit >= 67 : C4 (1/0)
|   |   |   |   |   Type = librarian : C4 (2/0)
|   |   |   |   |   Type = professor : C4 (1/0)
|   |   |   |   |   Type = doctor : C1 (0/0)
|   |   |   |   LifeStyle = spend<saving : C4 (14/0)
|   |   |   |   LifeStyle = spend>saving
|   |   |   |   |   property < 6.3 : C4 (12/0)
|   |   |   |   |   property >= 6.3 : C1 (1/0)
|   |   |   |   LifeStyle = spend>>saving
|   |   |   |   |   Type = student
|   |   |   |   |   |   salary < 17.83 : C1 (2/0)
|   |   |   |   |   |   salary >= 17.83 : C4 (4/0)
|   |   |   |   |   Type = engineer
|   |   |   |   |   |   Vacation < 51.5
|   |   |   |   |   |   |   eCredit < 50.5 : C1 (1/0)
|   |   |   |   |   |   |   eCredit >= 50.5 : C4 (4/0)
|   |   |   |   |   |   Vacation >= 51.5 : C1 (1/0)
|   |   |   |   |   Type = librarian : C4 (3/0)
|   |   |   |   |   Type = professor : C4 (2/0)
|   |   |   |   |   Type = doctor : C1 (0/0)
|   |   salary >= 21.98 : C3 (9/0)
|   eCredit >= 94 : C3 (27/0)

Size of the tree : 54


RandomTree
==========

Type = student
|   Vacation < 30
|   |   salary < 16.64 : C1 (13/0)
|   |   salary >= 16.64
|   |   |   eCredit < 57.5 : C1 (2/0)
|   |   |   eCredit >= 57.5 : C3 (7/0)
|   Vacation >= 30 : C4 (7/0)
Type = engineer
|   eCredit < 31
|   |   Vacation < 47.5 : C1 (2/0)
|   |   Vacation >= 47.5 : C5 (16/0)
|   eCredit >= 31
|   |   property < 5.5
|   |   |   Vacation < 24.5 : C1 (4/0)
|   |   |   Vacation >= 24.5
|   |   |   |   eCredit < 79
|   |   |   |   |   Vacation < 50 : C4 (11/0)
|   |   |   |   |   Vacation >= 50
|   |   |   |   |   |   salary < 20.07 : C4 (3/0)
|   |   |   |   |   |   salary >= 20.07 : C1 (1/0)
|   |   |   |   eCredit >= 79 : C1 (3/0)
|   |   property >= 5.5 : C1 (10/0)
Type = librarian
|   Vacation < 16.5 : C2 (19/0)
|   Vacation >= 16.5 : C4 (17/0)
Type = professor
|   property < 1.47 : C2 (16/0)
|   property >= 1.47
|   |   Vacation < 46 : C4 (5/0)
|   |   Vacation >= 46
|   |   |   LifeStyle = spend<<saving : C4 (1/0)
|   |   |   LifeStyle = spend<saving : C1 (0/0)
|   |   |   LifeStyle = spend>saving : C5 (8/0)
|   |   |   LifeStyle = spend>>saving : C5 (5/0)
Type = doctor
|   Vacation < 20.5 : C3 (29/0)
|   Vacation >= 20.5 : C4 (7/0)

Size of the tree : 38


RandomTree
==========

Type = student
|   salary < 18.49 : C1 (23/0)
|   salary >= 18.49
|   |   Vacation < 19.5 : C3 (15/0)
|   |   Vacation >= 19.5 : C4 (5/0)
Type = engineer
|   eCredit < 30.5 : C5 (19/0)
|   eCredit >= 30.5
|   |   LifeStyle = spend<<saving
|   |   |   Vacation < 39.5
|   |   |   |   eCredit < 69 : C4 (6/0)
|   |   |   |   eCredit >= 69 : C1 (1/0)
|   |   |   Vacation >= 39.5 : C1 (3/0)
|   |   LifeStyle = spend<saving : C4 (2/0)
|   |   LifeStyle = spend>saving
|   |   |   Vacation < 50 : C1 (10/0)
|   |   |   Vacation >= 50 : C4 (1/0)
|   |   LifeStyle = spend>>saving
|   |   |   eCredit < 72 : C4 (2/0)
|   |   |   eCredit >= 72 : C1 (1/0)
Type = librarian
|   eCredit < 16.5 : C2 (7/0)
|   eCredit >= 16.5 : C4 (10/0)
Type = professor
|   Vacation < 21 : C2 (16/0)
|   Vacation >= 21
|   |   LifeStyle = spend<<saving : C4 (4/0)
|   |   LifeStyle = spend<saving : C4 (1/0)
|   |   LifeStyle = spend>saving
|   |   |   Vacation < 43 : C4 (1/0)
|   |   |   Vacation >= 43 : C5 (11/0)
|   |   LifeStyle = spend>>saving
|   |   |   property < 2.42 : C4 (1/0)
|   |   |   property >= 2.42 : C5 (15/0)
Type = doctor
|   salary < 21.27 : C4 (4/0)
|   salary >= 21.27 : C3 (28/0)

Size of the tree : 38


RandomTree
==========

eCredit < 23.5
|   Type = student : C1 (7/0)
|   Type = engineer : C5 (13/0)
|   Type = librarian
|   |   salary < 18.7 : C2 (9/0)
|   |   salary >= 18.7
|   |   |   salary < 19.59 : C4 (1/0)
|   |   |   salary >= 19.59 : C2 (1/0)
|   Type = professor
|   |   eCredit < 6.5 : C5 (27/0)
|   |   eCredit >= 6.5
|   |   |   LifeStyle = spend<<saving : C4 (3/0)
|   |   |   LifeStyle = spend<saving : C2 (8/0)
|   |   |   LifeStyle = spend>saving : C2 (10/0)
|   |   |   LifeStyle = spend>>saving : C1 (0/0)
|   Type = doctor : C1 (0/0)
eCredit >= 23.5
|   Vacation < 18
|   |   Type = student
|   |   |   eCredit < 73.5
|   |   |   |   salary < 19.45 : C1 (2/0)
|   |   |   |   salary >= 19.45 : C3 (12/0)
|   |   |   eCredit >= 73.5 : C1 (3/0)
|   |   Type = engineer : C1 (2/0)
|   |   Type = librarian : C1 (0/0)
|   |   Type = professor : C1 (0/0)
|   |   Type = doctor : C3 (26/0)
|   Vacation >= 18
|   |   LifeStyle = spend<<saving
|   |   |   eCredit < 54.5
|   |   |   |   salary < 20.89 : C1 (9/0)
|   |   |   |   salary >= 20.89 : C4 (3/0)
|   |   |   eCredit >= 54.5 : C4 (5/0)
|   |   LifeStyle = spend<saving : C4 (17/0)
|   |   LifeStyle = spend>saving
|   |   |   eCredit < 24.5 : C5 (1/0)
|   |   |   eCredit >= 24.5
|   |   |   |   Vacation < 24.5 : C1 (3/0)
|   |   |   |   Vacation >= 24.5
|   |   |   |   |   Type = student : C4 (1/0)
|   |   |   |   |   Type = engineer : C1 (4/0)
|   |   |   |   |   Type = librarian : C1 (0/0)
|   |   |   |   |   Type = professor : C4 (2/0)
|   |   |   |   |   Type = doctor : C4 (6/0)
|   |   LifeStyle = spend>>saving
|   |   |   Type = student
|   |   |   |   salary < 18.71 : C1 (2/0)
|   |   |   |   salary >= 18.71 : C4 (1/0)
|   |   |   Type = engineer
|   |   |   |   eCredit < 42 : C1 (1/0)
|   |   |   |   eCredit >= 42 : C4 (2/0)
|   |   |   Type = librarian : C4 (2/0)
|   |   |   Type = professor : C4 (3/0)
|   |   |   Type = doctor : C1 (0/0)

Size of the tree : 55


RandomTree
==========

Type = student
|   salary < 18.49 : C1 (23/0)
|   salary >= 18.49
|   |   Vacation < 17 : C3 (8/0)
|   |   Vacation >= 17 : C4 (11/0)
Type = engineer
|   eCredit < 30.5 : C5 (15/0)
|   eCredit >= 30.5
|   |   property < 2.8 : C1 (10/0)
|   |   property >= 2.8
|   |   |   Vacation < 41.5
|   |   |   |   property < 5.33
|   |   |   |   |   LifeStyle = spend<<saving
|   |   |   |   |   |   Vacation < 27 : C4 (2/0)
|   |   |   |   |   |   Vacation >= 27 : C1 (2/0)
|   |   |   |   |   LifeStyle = spend<saving : C1 (0/0)
|   |   |   |   |   LifeStyle = spend>saving : C1 (2/0)
|   |   |   |   |   LifeStyle = spend>>saving : C4 (3/0)
|   |   |   |   property >= 5.33 : C1 (9/0)
|   |   |   Vacation >= 41.5
|   |   |   |   property < 4.71 : C4 (9/0)
|   |   |   |   property >= 4.71 : C1 (1/0)
Type = librarian
|   salary < 18.76 : C2 (15/0)
|   salary >= 18.76 : C4 (9/0)
Type = professor
|   Vacation < 21 : C2 (9/0)
|   Vacation >= 21
|   |   Vacation < 46 : C4 (5/0)
|   |   Vacation >= 46
|   |   |   LifeStyle = spend<<saving : C4 (2/0)
|   |   |   LifeStyle = spend<saving : C1 (0/0)
|   |   |   LifeStyle = spend>saving : C5 (9/0)
|   |   |   LifeStyle = spend>>saving : C5 (10/0)
Type = doctor
|   Vacation < 20.5 : C3 (22/0)
|   Vacation >= 20.5 : C4 (10/0)

Size of the tree : 38


RandomTree
==========

Type = student
|   salary < 18.44 : C1 (13/0)
|   salary >= 18.44
|   |   salary < 21.91 : C4 (10/0)
|   |   salary >= 21.91 : C3 (11/0)
Type = engineer
|   property < 2.54
|   |   Vacation < 47.5 : C1 (5/0)
|   |   Vacation >= 47.5 : C5 (19/0)
|   property >= 2.54
|   |   LifeStyle = spend<<saving
|   |   |   salary < 20.89 : C1 (2/0)
|   |   |   salary >= 20.89 : C4 (2/0)
|   |   LifeStyle = spend<saving : C4 (4/0)
|   |   LifeStyle = spend>saving
|   |   |   Vacation < 48.5 : C1 (6/0)
|   |   |   Vacation >= 48.5 : C4 (2/0)
|   |   LifeStyle = spend>>saving
|   |   |   eCredit < 42 : C1 (3/0)
|   |   |   eCredit >= 42 : C4 (3/0)
Type = librarian
|   Vacation < 14.5 : C2 (14/0)
|   Vacation >= 14.5 : C4 (12/0)
Type = professor
|   property < 1.48
|   |   Vacation < 24 : C2 (15/0)
|   |   Vacation >= 24 : C4 (3/0)
|   property >= 1.48
|   |   eCredit < 18.5 : C5 (16/0)
|   |   eCredit >= 18.5 : C4 (7/0)
Type = doctor
|   eCredit < 98.5 : C4 (10/0)
|   eCredit >= 98.5 : C3 (29/0)

Size of the tree : 34


RandomTree
==========

Type = student
|   eCredit < 65
|   |   eCredit < 55.5
|   |   |   Vacation < 33.5 : C1 (14/0)
|   |   |   Vacation >= 33.5 : C4 (1/0)
|   |   eCredit >= 55.5
|   |   |   eCredit < 62 : C4 (5/0)
|   |   |   eCredit >= 62 : C1 (1/0)
|   eCredit >= 65
|   |   salary < 15.7 : C1 (4/0)
|   |   salary >= 15.7
|   |   |   LifeStyle = spend<<saving : C4 (1/0)
|   |   |   LifeStyle = spend<saving : C3 (10/0)
|   |   |   LifeStyle = spend>saving : C3 (3/0)
|   |   |   LifeStyle = spend>>saving : C1 (0/0)
Type = engineer
|   property < 2.25
|   |   Vacation < 32 : C1 (1/0)
|   |   Vacation >= 32 : C5 (15/0)
|   property >= 2.25
|   |   eCredit < 74
|   |   |   eCredit < 62.5
|   |   |   |   property < 4.94
|   |   |   |   |   Vacation < 17.5 : C1 (1/0)
|   |   |   |   |   Vacation >= 17.5 : C4 (6/0)
|   |   |   |   property >= 4.94 : C1 (4/0)
|   |   |   eCredit >= 62.5 : C4 (6/0)
|   |   eCredit >= 74 : C1 (5/0)
Type = librarian
|   eCredit < 17 : C2 (12/0)
|   eCredit >= 17 : C4 (13/0)
Type = professor
|   eCredit < 7
|   |   Vacation < 26 : C2 (1/0)
|   |   Vacation >= 26 : C5 (23/0)
|   eCredit >= 7
|   |   Vacation < 21 : C2 (15/0)
|   |   Vacation >= 21 : C4 (9/0)
Type = doctor
|   Vacation < 20.5 : C3 (24/0)
|   Vacation >= 20.5 : C4 (12/0)

Size of the tree : 42


RandomTree
==========

Type = student
|   Vacation < 14
|   |   Vacation < 4 : C1 (1/0)
|   |   Vacation >= 4
|   |   |   property < 3.26
|   |   |   |   Vacation < 12 : C1 (5/0)
|   |   |   |   Vacation >= 12 : C3 (2/0)
|   |   |   property >= 3.26
|   |   |   |   salary < 18.48
|   |   |   |   |   eCredit < 59 : C1 (1/0)
|   |   |   |   |   eCredit >= 59 : C3 (1/0)
|   |   |   |   salary >= 18.48 : C3 (11/0)
|   Vacation >= 14
|   |   salary < 18.52 : C1 (10/0)
|   |   salary >= 18.52 : C4 (9/0)
Type = engineer
|   property < 2.44
|   |   eCredit < 32 : C5 (22/0)
|   |   eCredit >= 32 : C1 (2/0)
|   property >= 2.44
|   |   LifeStyle = spend<<saving
|   |   |   salary < 20.36 : C1 (5/0)
|   |   |   salary >= 20.36
|   |   |   |   eCredit < 67
|   |   |   |   |   eCredit < 55.5 : C4 (2/0)
|   |   |   |   |   eCredit >= 55.5 : C1 (2/0)
|   |   |   |   eCredit >= 67 : C4 (4/0)
|   |   LifeStyle = spend<saving : C4 (4/0)
|   |   LifeStyle = spend>saving : C1 (6/0)
|   |   LifeStyle = spend>>saving
|   |   |   Vacation < 45.5 : C1 (2/0)
|   |   |   Vacation >= 45.5 : C4 (3/0)
Type = librarian
|   eCredit < 16.5 : C2 (13/0)
|   eCredit >= 16.5 : C4 (6/0)
Type = professor
|   Vacation < 21 : C2 (14/0)
|   Vacation >= 21
|   |   eCredit < 11.5 : C5 (14/0)
|   |   eCredit >= 11.5 : C4 (8/0)
Type = doctor
|   Vacation < 26.5 : C3 (33/0)
|   Vacation >= 26.5 : C4 (6/0)

Size of the tree : 44


RandomTree
==========

eCredit < 26.5
|   Vacation < 17.5 : C2 (29/0)
|   Vacation >= 17.5
|   |   Vacation < 47
|   |   |   eCredit < 21 : C1 (5/0)
|   |   |   eCredit >= 21 : C4 (3/0)
|   |   Vacation >= 47 : C5 (28/0)
eCredit >= 26.5
|   salary < 21.98
|   |   Vacation < 21.5
|   |   |   property < 4.6 : C1 (17/0)
|   |   |   property >= 4.6
|   |   |   |   Vacation < 9.5 : C3 (5/0)
|   |   |   |   Vacation >= 9.5 : C1 (3/0)
|   |   Vacation >= 21.5
|   |   |   Type = student
|   |   |   |   salary < 17.86 : C1 (2/0)
|   |   |   |   salary >= 17.86 : C4 (6/0)
|   |   |   Type = engineer
|   |   |   |   LifeStyle = spend<<saving
|   |   |   |   |   eCredit < 79.5
|   |   |   |   |   |   property < 3.3 : C1 (2/0)
|   |   |   |   |   |   property >= 3.3 : C4 (4/0)
|   |   |   |   |   eCredit >= 79.5 : C1 (2/0)
|   |   |   |   LifeStyle = spend<saving : C4 (2/0)
|   |   |   |   LifeStyle = spend>saving
|   |   |   |   |   eCredit < 52.5 : C1 (1/0)
|   |   |   |   |   eCredit >= 52.5 : C4 (1/0)
|   |   |   |   LifeStyle = spend>>saving
|   |   |   |   |   Vacation < 44.5 : C1 (1/0)
|   |   |   |   |   Vacation >= 44.5
|   |   |   |   |   |   Vacation < 50.5 : C4 (1/0)
|   |   |   |   |   |   Vacation >= 50.5 : C1 (1/0)
|   |   |   Type = librarian : C4 (9/0)
|   |   |   Type = professor : C4 (9/0)
|   |   |   Type = doctor : C4 (10/0)
|   salary >= 21.98 : C3 (45/0)

Size of the tree : 38


RandomTree
==========

Vacation < 16
|   property < 1.99 : C2 (29/0)
|   property >= 1.99
|   |   salary < 19.88 : C1 (6/0)
|   |   salary >= 19.88 : C3 (34/0)
Vacation >= 16
|   Vacation < 46
|   |   Type = student
|   |   |   salary < 17.83 : C1 (8/0)
|   |   |   salary >= 17.83 : C4 (7/0)
|   |   Type = engineer
|   |   |   property < 3.94
|   |   |   |   property < 3.51 : C1 (6/0)
|   |   |   |   property >= 3.51 : C4 (3/0)
|   |   |   property >= 3.94 : C1 (13/0)
|   |   Type = librarian : C4 (2/0)
|   |   Type = professor : C4 (6/0)
|   |   Type = doctor : C4 (12/0)
|   Vacation >= 46
|   |   eCredit < 26.5
|   |   |   salary < 20.36
|   |   |   |   salary < 20.3 : C5 (17/0)
|   |   |   |   salary >= 20.3 : C4 (2/0)
|   |   |   salary >= 20.36 : C5 (24/0)
|   |   eCredit >= 26.5
|   |   |   Type = student : C4 (1/0)
|   |   |   Type = engineer
|   |   |   |   Vacation < 50 : C4 (3/0)
|   |   |   |   Vacation >= 50
|   |   |   |   |   Vacation < 52.5 : C1 (2/0)
|   |   |   |   |   Vacation >= 52.5
|   |   |   |   |   |   eCredit < 79 : C4 (1/0)
|   |   |   |   |   |   eCredit >= 79 : C1 (1/0)
|   |   |   Type = librarian : C4 (6/0)
|   |   |   Type = professor : C4 (2/0)
|   |   |   Type = doctor : C4 (1/0)

Size of the tree : 37


RandomTree
==========

Type = student
|   eCredit < 65
|   |   salary < 18.52 : C1 (20/0)
|   |   salary >= 18.52 : C4 (7/0)
|   eCredit >= 65
|   |   salary < 16.12 : C1 (4/0)
|   |   salary >= 16.12
|   |   |   LifeStyle = spend<<saving : C1 (0/0)
|   |   |   LifeStyle = spend<saving : C3 (7/0)
|   |   |   LifeStyle = spend>saving : C3 (3/0)
|   |   |   LifeStyle = spend>>saving : C4 (3/0)
Type = engineer
|   eCredit < 33 : C5 (18/0)
|   eCredit >= 33
|   |   property < 5.5
|   |   |   eCredit < 50.5 : C1 (3/0)
|   |   |   eCredit >= 50.5
|   |   |   |   eCredit < 77 : C4 (12/0)
|   |   |   |   eCredit >= 77 : C1 (2/0)
|   |   property >= 5.5 : C1 (7/0)
Type = librarian
|   salary < 19.13 : C2 (11/0)
|   salary >= 19.13
|   |   Vacation < 16.5 : C2 (1/0)
|   |   Vacation >= 16.5 : C4 (12/0)
Type = professor
|   Vacation < 21 : C2 (12/0)
|   Vacation >= 21
|   |   LifeStyle = spend<<saving : C4 (2/0)
|   |   LifeStyle = spend<saving : C4 (3/0)
|   |   LifeStyle = spend>saving : C5 (6/0)
|   |   LifeStyle = spend>>saving
|   |   |   eCredit < 22 : C5 (10/0)
|   |   |   eCredit >= 22 : C4 (3/0)
Type = doctor
|   eCredit < 94.5 : C4 (6/0)
|   eCredit >= 94.5 : C3 (34/0)

Size of the tree : 38


RandomTree
==========

Type = student
|   salary < 18.49
|   |   property < 5.33 : C1 (16/0)
|   |   property >= 5.33
|   |   |   eCredit < 59 : C1 (1/0)
|   |   |   eCredit >= 59 : C3 (1/0)
|   salary >= 18.49
|   |   Vacation < 19 : C3 (8/0)
|   |   Vacation >= 19 : C4 (7/0)
Type = engineer
|   property < 2.44
|   |   Vacation < 32 : C1 (2/0)
|   |   Vacation >= 32 : C5 (19/0)
|   property >= 2.44
|   |   Vacation < 24.5 : C1 (9/0)
|   |   Vacation >= 24.5
|   |   |   eCredit < 47.5 : C1 (4/0)
|   |   |   eCredit >= 47.5
|   |   |   |   property < 3.12
|   |   |   |   |   LifeStyle = spend<<saving : C1 (1/0)
|   |   |   |   |   LifeStyle = spend<saving : C1 (0/0)
|   |   |   |   |   LifeStyle = spend>saving : C4 (1/0)
|   |   |   |   |   LifeStyle = spend>>saving : C1 (2/0)
|   |   |   |   property >= 3.12
|   |   |   |   |   salary < 20.18
|   |   |   |   |   |   LifeStyle = spend<<saving : C1 (2/0)
|   |   |   |   |   |   LifeStyle = spend<saving : C4 (2/0)
|   |   |   |   |   |   LifeStyle = spend>saving : C1 (0/0)
|   |   |   |   |   |   LifeStyle = spend>>saving : C1 (0/0)
|   |   |   |   |   salary >= 20.18 : C4 (7/0)
Type = librarian
|   Vacation < 16.5 : C2 (11/0)
|   Vacation >= 16.5 : C4 (9/0)
Type = professor
|   eCredit < 15
|   |   eCredit < 9
|   |   |   property < 1.55 : C2 (2/0)
|   |   |   property >= 1.55 : C5 (21/0)
|   |   eCredit >= 9 : C2 (3/0)
|   eCredit >= 15 : C4 (13/0)
Type = doctor
|   Vacation < 20.5 : C3 (29/0)
|   Vacation >= 20.5 : C4 (16/0)

Size of the tree : 44


RandomTree
==========

Vacation < 22.5
|   Type = student
|   |   eCredit < 65 : C1 (10/0)
|   |   eCredit >= 65
|   |   |   eCredit < 73 : C3 (16/0)
|   |   |   eCredit >= 73 : C1 (4/0)
|   Type = engineer : C1 (2/0)
|   Type = librarian : C2 (16/0)
|   Type = professor : C2 (15/0)
|   Type = doctor : C3 (19/0)
Vacation >= 22.5
|   Type = student
|   |   Vacation < 30.5
|   |   |   eCredit < 50.5 : C1 (5/0)
|   |   |   eCredit >= 50.5 : C4 (1/0)
|   |   Vacation >= 30.5 : C4 (3/0)
|   Type = engineer
|   |   eCredit < 33
|   |   |   Vacation < 46.5 : C1 (1/0)
|   |   |   Vacation >= 46.5 : C5 (22/0)
|   |   eCredit >= 33
|   |   |   property < 5.5
|   |   |   |   property < 2.8 : C1 (2/0)
|   |   |   |   property >= 2.8
|   |   |   |   |   Vacation < 24.5 : C1 (1/0)
|   |   |   |   |   Vacation >= 24.5
|   |   |   |   |   |   eCredit < 43 : C1 (1/0)
|   |   |   |   |   |   eCredit >= 43
|   |   |   |   |   |   |   property < 4.95 : C4 (13/0)
|   |   |   |   |   |   |   property >= 4.95
|   |   |   |   |   |   |   |   Vacation < 43 : C4 (2/0)
|   |   |   |   |   |   |   |   Vacation >= 43 : C1 (1/0)
|   |   |   property >= 5.5 : C1 (7/0)
|   Type = librarian : C4 (8/0)
|   Type = professor
|   |   Vacation < 43 : C4 (6/0)
|   |   Vacation >= 43 : C5 (23/0)
|   Type = doctor : C4 (8/0)

Size of the tree : 39


RandomTree
==========

Type = student
|   Vacation < 30
|   |   salary < 16.64 : C1 (22/0)
|   |   salary >= 16.64
|   |   |   eCredit < 38 : C1 (1/0)
|   |   |   eCredit >= 38 : C3 (18/0)
|   Vacation >= 30 : C4 (5/0)
Type = engineer
|   eCredit < 32
|   |   Vacation < 46.5 : C1 (1/0)
|   |   Vacation >= 46.5 : C5 (21/0)
|   eCredit >= 32
|   |   property < 4.95
|   |   |   property < 2.51 : C1 (3/0)
|   |   |   property >= 2.51
|   |   |   |   Vacation < 41
|   |   |   |   |   LifeStyle = spend<<saving
|   |   |   |   |   |   eCredit < 49.5 : C4 (1/0)
|   |   |   |   |   |   eCredit >= 49.5
|   |   |   |   |   |   |   eCredit < 50.5 : C1 (1/0)
|   |   |   |   |   |   |   eCredit >= 50.5
|   |   |   |   |   |   |   |   eCredit < 69 : C4 (1/0)
|   |   |   |   |   |   |   |   eCredit >= 69 : C1 (1/0)
|   |   |   |   |   LifeStyle = spend<saving : C1 (0/0)
|   |   |   |   |   LifeStyle = spend>saving : C1 (2/0)
|   |   |   |   |   LifeStyle = spend>>saving : C4 (1/0)
|   |   |   |   Vacation >= 41 : C4 (7/0)
|   |   property >= 4.95 : C1 (8/0)
Type = librarian
|   Vacation < 20.5 : C2 (9/0)
|   Vacation >= 20.5 : C4 (10/0)
Type = professor
|   eCredit < 19.5
|   |   Vacation < 28.5 : C2 (11/0)
|   |   Vacation >= 28.5 : C5 (16/0)
|   eCredit >= 19.5 : C4 (11/0)
Type = doctor
|   property < 6.86 : C4 (10/0)
|   property >= 6.86 : C3 (26/0)

Size of the tree : 40


RandomTree
==========

salary < 21.96
|   Type = student
|   |   Vacation < 33.5
|   |   |   LifeStyle = spend<<saving
|   |   |   |   eCredit < 46 : C1 (1/0)
|   |   |   |   eCredit >= 46 : C4 (3/0)
|   |   |   LifeStyle = spend<saving
|   |   |   |   salary < 18.46 : C1 (2/0)
|   |   |   |   salary >= 18.46 : C4 (1/0)
|   |   |   LifeStyle = spend>saving
|   |   |   |   property < 3.86 : C1 (6/0)
|   |   |   |   property >= 3.86 : C3 (1/0)
|   |   |   LifeStyle = spend>>saving : C1 (10/0)
|   |   Vacation >= 33.5 : C4 (8/0)
|   Type = engineer
|   |   eCredit < 30.5 : C5 (11/0)
|   |   eCredit >= 30.5
|   |   |   eCredit < 74
|   |   |   |   eCredit < 53.5 : C1 (6/0)
|   |   |   |   eCredit >= 53.5
|   |   |   |   |   Vacation < 40.5
|   |   |   |   |   |   LifeStyle = spend<<saving : C4 (1/0)
|   |   |   |   |   |   LifeStyle = spend<saving : C1 (0/0)
|   |   |   |   |   |   LifeStyle = spend>saving : C1 (2/0)
|   |   |   |   |   |   LifeStyle = spend>>saving : C1 (0/0)
|   |   |   |   |   Vacation >= 40.5 : C4 (7/0)
|   |   |   eCredit >= 74 : C1 (7/0)
|   Type = librarian
|   |   Vacation < 18 : C2 (18/0)
|   |   Vacation >= 18 : C4 (8/0)
|   Type = professor
|   |   Vacation < 21 : C2 (13/0)
|   |   Vacation >= 21
|   |   |   Vacation < 46 : C4 (9/0)
|   |   |   Vacation >= 46 : C5 (9/0)
|   Type = doctor
|   |   salary < 21.11 : C4 (9/0)
|   |   salary >= 21.11 : C3 (1/0)
salary >= 21.96
|   Vacation < 31 : C3 (34/0)
|   Vacation >= 31 : C5 (19/0)

Size of the tree : 42


RandomTree
==========

Type = student
|   salary < 18.49
|   |   salary < 16.23 : C1 (14/0)
|   |   salary >= 16.23
|   |   |   salary < 16.8 : C3 (1/0)
|   |   |   salary >= 16.8 : C1 (2/0)
|   salary >= 18.49
|   |   eCredit < 61.5 : C4 (4/0)
|   |   eCredit >= 61.5
|   |   |   Vacation < 22 : C3 (9/0)
|   |   |   Vacation >= 22 : C4 (2/0)
Type = engineer
|   Vacation < 46.5
|   |   eCredit < 47.5 : C1 (8/0)
|   |   eCredit >= 47.5
|   |   |   Vacation < 24.5 : C1 (3/0)
|   |   |   Vacation >= 24.5
|   |   |   |   property < 5.52
|   |   |   |   |   property < 3.59
|   |   |   |   |   |   Vacation < 41 : C1 (4/0)
|   |   |   |   |   |   Vacation >= 41 : C4 (2/0)
|   |   |   |   |   property >= 3.59 : C4 (7/0)
|   |   |   |   property >= 5.52 : C1 (4/0)
|   Vacation >= 46.5
|   |   LifeStyle = spend<<saving : C1 (1/0)
|   |   LifeStyle = spend<saving : C4 (2/0)
|   |   LifeStyle = spend>saving : C5 (11/0)
|   |   LifeStyle = spend>>saving
|   |   |   Vacation < 52 : C5 (8/0)
|   |   |   Vacation >= 52 : C1 (1/0)
Type = librarian
|   Vacation < 18 : C2 (17/0)
|   Vacation >= 18 : C4 (13/0)
Type = professor
|   Vacation < 46
|   |   Vacation < 20.5 : C2 (15/0)
|   |   Vacation >= 20.5 : C4 (4/0)
|   Vacation >= 46 : C5 (27/0)
Type = doctor
|   eCredit < 109.5 : C4 (7/0)
|   eCredit >= 109.5 : C3 (20/0)

Size of the tree : 42


RandomTree
==========

Type = student
|   eCredit < 67
|   |   property < 3.49
|   |   |   Vacation < 32 : C1 (11/0)
|   |   |   Vacation >= 32 : C4 (1/0)
|   |   property >= 3.49
|   |   |   salary < 18.44 : C1 (1/0)
|   |   |   salary >= 18.44 : C4 (9/0)
|   eCredit >= 67
|   |   salary < 16.12 : C1 (2/0)
|   |   salary >= 16.12
|   |   |   Vacation < 38.5 : C3 (6/0)
|   |   |   Vacation >= 38.5 : C4 (1/0)
Type = engineer
|   property < 2.57
|   |   salary < 21.37
|   |   |   eCredit < 18.5 : C5 (5/0)
|   |   |   eCredit >= 18.5
|   |   |   |   salary < 20.41
|   |   |   |   |   eCredit < 54 : C5 (1/0)
|   |   |   |   |   eCredit >= 54 : C1 (1/0)
|   |   |   |   salary >= 20.41 : C1 (3/0)
|   |   salary >= 21.37 : C5 (13/0)
|   property >= 2.57
|   |   Vacation < 51
|   |   |   salary < 20.26 : C1 (9/0)
|   |   |   salary >= 20.26
|   |   |   |   property < 5.52
|   |   |   |   |   property < 3.37
|   |   |   |   |   |   LifeStyle = spend<<saving : C1 (3/0)
|   |   |   |   |   |   LifeStyle = spend<saving : C1 (0/0)
|   |   |   |   |   |   LifeStyle = spend>saving : C1 (1/0)
|   |   |   |   |   |   LifeStyle = spend>>saving : C4 (1/0)
|   |   |   |   |   property >= 3.37 : C4 (7/0)
|   |   |   |   property >= 5.52 : C1 (4/0)
|   |   Vacation >= 51 : C1 (6/0)
Type = librarian
|   Vacation < 18 : C2 (12/0)
|   Vacation >= 18 : C4 (12/0)
Type = professor
|   property < 1.48
|   |   Vacation < 22.5 : C2 (8/0)
|   |   Vacation >= 22.5 : C4 (1/0)
|   property >= 1.48
|   |   Vacation < 46 : C4 (8/0)
|   |   Vacation >= 46
|   |   |   LifeStyle = spend<<saving : C4 (2/0)
|   |   |   LifeStyle = spend<saving : C1 (0/0)
|   |   |   LifeStyle = spend>saving : C5 (12/0)
|   |   |   LifeStyle = spend>>saving : C5 (8/0)
Type = doctor
|   salary < 20.84 : C4 (7/0)
|   salary >= 20.84 : C3 (31/0)

Size of the tree : 54


RandomTree
==========

Type = student
|   Vacation < 18.5
|   |   eCredit < 65 : C1 (2/0)
|   |   eCredit >= 65
|   |   |   property < 2.86 : C1 (1/0)
|   |   |   property >= 2.86 : C3 (15/0)
|   Vacation >= 18.5
|   |   salary < 17.83 : C1 (9/0)
|   |   salary >= 17.83 : C4 (10/0)
Type = engineer
|   eCredit < 30.5
|   |   property < 1.61 : C5 (12/0)
|   |   property >= 1.61
|   |   |   Vacation < 47.5 : C1 (1/0)
|   |   |   Vacation >= 47.5 : C5 (4/0)
|   eCredit >= 30.5
|   |   LifeStyle = spend<<saving
|   |   |   salary < 20.18 : C1 (5/0)
|   |   |   salary >= 20.18
|   |   |   |   salary < 21.41 : C4 (3/0)
|   |   |   |   salary >= 21.41 : C1 (1/0)
|   |   LifeStyle = spend<saving : C4 (2/0)
|   |   LifeStyle = spend>saving
|   |   |   Vacation < 41.5 : C1 (18/0)
|   |   |   Vacation >= 41.5 : C4 (2/0)
|   |   LifeStyle = spend>>saving : C4 (3/0)
Type = librarian
|   Vacation < 14.5 : C2 (10/0)
|   Vacation >= 14.5 : C4 (16/0)
Type = professor
|   Vacation < 21.5 : C2 (16/0)
|   Vacation >= 21.5
|   |   property < 1.81 : C4 (3/0)
|   |   property >= 1.81
|   |   |   eCredit < 11.5 : C5 (17/0)
|   |   |   eCredit >= 11.5 : C4 (5/0)
Type = doctor
|   Vacation < 19.5 : C3 (22/0)
|   Vacation >= 19.5 : C4 (9/0)

Size of the tree : 40


RandomTree
==========

Type = student
|   salary < 21.7
|   |   eCredit < 40.5 : C1 (6/0)
|   |   eCredit >= 40.5
|   |   |   salary < 18.46 : C1 (6/0)
|   |   |   salary >= 18.46 : C4 (3/0)
|   salary >= 21.7 : C3 (13/0)
Type = engineer
|   property < 2.44
|   |   Vacation < 46.5 : C1 (3/0)
|   |   Vacation >= 46.5 : C5 (16/0)
|   property >= 2.44
|   |   LifeStyle = spend<<saving
|   |   |   salary < 20.6
|   |   |   |   eCredit < 60.5 : C1 (3/0)
|   |   |   |   eCredit >= 60.5 : C4 (1/0)
|   |   |   salary >= 20.6 : C4 (3/0)
|   |   LifeStyle = spend<saving : C4 (5/0)
|   |   LifeStyle = spend>saving
|   |   |   Vacation < 41.5 : C1 (8/0)
|   |   |   Vacation >= 41.5 : C4 (1/0)
|   |   LifeStyle = spend>>saving
|   |   |   eCredit < 42 : C1 (2/0)
|   |   |   eCredit >= 42 : C4 (6/0)
Type = librarian
|   eCredit < 17 : C2 (17/0)
|   eCredit >= 17 : C4 (14/0)
Type = professor
|   Vacation < 46
|   |   Vacation < 19 : C2 (10/0)
|   |   Vacation >= 19 : C4 (7/0)
|   Vacation >= 46
|   |   LifeStyle = spend<<saving : C4 (1/0)
|   |   LifeStyle = spend<saving : C1 (0/0)
|   |   LifeStyle = spend>saving : C5 (7/0)
|   |   LifeStyle = spend>>saving : C5 (11/0)
Type = doctor
|   Vacation < 26 : C3 (31/0)
|   Vacation >= 26 : C4 (12/0)

Size of the tree : 40


RandomTree
==========

salary < 21.78
|   Type = student
|   |   salary < 18.49
|   |   |   salary < 16.23 : C1 (10/0)
|   |   |   salary >= 16.23
|   |   |   |   salary < 16.8 : C3 (1/0)
|   |   |   |   salary >= 16.8 : C1 (3/0)
|   |   salary >= 18.49
|   |   |   Vacation < 16.5 : C3 (2/0)
|   |   |   Vacation >= 16.5 : C4 (5/0)
|   Type = engineer
|   |   eCredit < 30.5
|   |   |   property < 1.61 : C5 (6/0)
|   |   |   property >= 1.61
|   |   |   |   Vacation < 47.5 : C1 (1/0)
|   |   |   |   Vacation >= 47.5 : C5 (6/0)
|   |   eCredit >= 30.5
|   |   |   property < 5.5
|   |   |   |   property < 3.37
|   |   |   |   |   Vacation < 41 : C1 (11/0)
|   |   |   |   |   Vacation >= 41
|   |   |   |   |   |   eCredit < 73.5 : C4 (3/0)
|   |   |   |   |   |   eCredit >= 73.5 : C1 (1/0)
|   |   |   |   property >= 3.37
|   |   |   |   |   salary < 20.18
|   |   |   |   |   |   LifeStyle = spend<<saving : C1 (4/0)
|   |   |   |   |   |   LifeStyle = spend<saving : C1 (0/0)
|   |   |   |   |   |   LifeStyle = spend>saving : C1 (3/0)
|   |   |   |   |   |   LifeStyle = spend>>saving : C4 (2/0)
|   |   |   |   |   salary >= 20.18 : C4 (9/0)
|   |   |   property >= 5.5 : C1 (11/0)
|   Type = librarian
|   |   salary < 19.13 : C2 (22/0)
|   |   salary >= 19.13
|   |   |   Vacation < 26 : C2 (1/0)
|   |   |   Vacation >= 26 : C4 (10/0)
|   Type = professor
|   |   eCredit < 15
|   |   |   Vacation < 28 : C2 (9/0)
|   |   |   Vacation >= 28 : C5 (4/0)
|   |   eCredit >= 15 : C4 (7/0)
|   Type = doctor
|   |   eCredit < 149 : C4 (4/0)
|   |   eCredit >= 149 : C3 (1/0)
salary >= 21.78
|   Vacation < 32 : C3 (32/0)
|   Vacation >= 32 : C5 (18/0)

Size of the tree : 48


RandomTree
==========

Vacation < 18.5
|   salary < 20.83
|   |   Type = student : C1 (12/0)
|   |   Type = engineer : C1 (2/0)
|   |   Type = librarian : C2 (22/0)
|   |   Type = professor : C2 (9/0)
|   |   Type = doctor : C1 (0/0)
|   salary >= 20.83
|   |   Type = student : C3 (10/0)
|   |   Type = engineer : C1 (0/0)
|   |   Type = librarian : C1 (0/0)
|   |   Type = professor : C2 (1/0)
|   |   Type = doctor : C3 (28/0)
Vacation >= 18.5
|   Vacation < 47.5
|   |   Type = student
|   |   |   salary < 17.83 : C1 (8/0)
|   |   |   salary >= 17.83 : C4 (8/0)
|   |   Type = engineer
|   |   |   property < 4.14
|   |   |   |   property < 3.37
|   |   |   |   |   Vacation < 41 : C1 (2/0)
|   |   |   |   |   Vacation >= 41 : C4 (1/0)
|   |   |   |   property >= 3.37 : C4 (6/0)
|   |   |   property >= 4.14 : C1 (10/0)
|   |   Type = librarian : C4 (9/0)
|   |   Type = professor : C4 (9/0)
|   |   Type = doctor : C4 (11/0)
|   Vacation >= 47.5
|   |   salary < 21.88
|   |   |   eCredit < 29
|   |   |   |   salary < 20.25 : C5 (9/0)
|   |   |   |   salary >= 20.25
|   |   |   |   |   property < 1.96 : C5 (2/0)
|   |   |   |   |   property >= 1.96 : C4 (2/0)
|   |   |   eCredit >= 29 : C4 (9/0)
|   |   salary >= 21.88 : C5 (16/0)

Size of the tree : 38


RandomTree
==========

eCredit < 24.5
|   LifeStyle = spend<<saving
|   |   eCredit < 15.5 : C1 (1/0)
|   |   eCredit >= 15.5 : C4 (2/0)
|   LifeStyle = spend<saving : C2 (10/0)
|   LifeStyle = spend>saving
|   |   property < 1.41
|   |   |   Vacation < 30.5 : C2 (16/0)
|   |   |   Vacation >= 30.5 : C5 (2/0)
|   |   property >= 1.41
|   |   |   Type = student : C1 (1/0)
|   |   |   Type = engineer : C5 (4/0)
|   |   |   Type = librarian : C1 (0/0)
|   |   |   Type = professor : C5 (5/0)
|   |   |   Type = doctor : C1 (0/0)
|   LifeStyle = spend>>saving
|   |   Type = student : C1 (2/0)
|   |   Type = engineer
|   |   |   property < 1.61 : C5 (5/0)
|   |   |   property >= 1.61
|   |   |   |   eCredit < 21.5 : C1 (1/0)
|   |   |   |   eCredit >= 21.5 : C5 (3/0)
|   |   Type = librarian : C1 (0/0)
|   |   Type = professor : C5 (16/0)
|   |   Type = doctor : C1 (0/0)
eCredit >= 24.5
|   Type = student
|   |   salary < 16.64 : C1 (16/0)
|   |   salary >= 16.64
|   |   |   salary < 21.91
|   |   |   |   salary < 18.41 : C3 (1/0)
|   |   |   |   salary >= 18.41 : C4 (5/0)
|   |   |   salary >= 21.91 : C3 (9/0)
|   Type = engineer
|   |   Vacation < 41.5
|   |   |   salary < 20.3 : C1 (9/0)
|   |   |   salary >= 20.3
|   |   |   |   property < 3.51 : C1 (3/0)
|   |   |   |   property >= 3.51 : C4 (4/0)
|   |   Vacation >= 41.5
|   |   |   LifeStyle = spend<<saving
|   |   |   |   salary < 20.18 : C1 (2/0)
|   |   |   |   salary >= 20.18 : C4 (1/0)
|   |   |   LifeStyle = spend<saving : C4 (1/0)
|   |   |   LifeStyle = spend>saving : C4 (3/0)
|   |   |   LifeStyle = spend>>saving : C4 (3/0)
|   Type = librarian : C4 (9/0)
|   Type = professor : C4 (6/0)
|   Type = doctor
|   |   eCredit < 89.5 : C4 (4/0)
|   |   eCredit >= 89.5 : C3 (42/0)

Size of the tree : 52


RandomTree
==========

Type = student
|   Vacation < 20
|   |   salary < 18.52 : C1 (10/0)
|   |   salary >= 18.52 : C3 (17/0)
|   Vacation >= 20
|   |   eCredit < 35.5 : C1 (2/0)
|   |   eCredit >= 35.5 : C4 (8/0)
Type = engineer
|   eCredit < 32.5 : C5 (18/0)
|   eCredit >= 32.5
|   |   Vacation < 24.5 : C1 (8/0)
|   |   Vacation >= 24.5
|   |   |   Vacation < 46.5
|   |   |   |   LifeStyle = spend<<saving
|   |   |   |   |   salary < 20.6 : C1 (5/0)
|   |   |   |   |   salary >= 20.6
|   |   |   |   |   |   Vacation < 39.5
|   |   |   |   |   |   |   property < 5.52 : C4 (7/0)
|   |   |   |   |   |   |   property >= 5.52 : C1 (1/0)
|   |   |   |   |   |   Vacation >= 39.5 : C1 (1/0)
|   |   |   |   LifeStyle = spend<saving : C1 (0/0)
|   |   |   |   LifeStyle = spend>saving : C1 (2/0)
|   |   |   |   LifeStyle = spend>>saving : C4 (3/0)
|   |   |   Vacation >= 46.5 : C4 (8/0)
Type = librarian
|   salary < 19.13 : C2 (16/0)
|   salary >= 19.13 : C4 (14/0)
Type = professor
|   Vacation < 21 : C2 (9/0)
|   Vacation >= 21
|   |   eCredit < 11.5 : C5 (13/0)
|   |   eCredit >= 11.5 : C4 (10/0)
Type = doctor
|   Vacation < 20.5 : C3 (26/0)
|   Vacation >= 20.5 : C4 (8/0)

Size of the tree : 36


RandomTree
==========

Type = student
|   salary < 18.49 : C1 (13/0)
|   salary >= 18.49
|   |   salary < 24.05
|   |   |   eCredit < 63 : C4 (7/0)
|   |   |   eCredit >= 63
|   |   |   |   LifeStyle = spend<<saving : C1 (0/0)
|   |   |   |   LifeStyle = spend<saving : C1 (0/0)
|   |   |   |   LifeStyle = spend>saving : C3 (1/0)
|   |   |   |   LifeStyle = spend>>saving : C4 (2/0)
|   |   salary >= 24.05 : C3 (6/0)
Type = engineer
|   property < 2.39
|   |   salary < 20.41 : C5 (9/0)
|   |   salary >= 20.41
|   |   |   Vacation < 48 : C1 (5/0)
|   |   |   Vacation >= 48 : C5 (9/0)
|   property >= 2.39
|   |   salary < 19.34 : C4 (5/0)
|   |   salary >= 19.34
|   |   |   LifeStyle = spend<<saving
|   |   |   |   Vacation < 39.5
|   |   |   |   |   Vacation < 33.5 : C1 (1/0)
|   |   |   |   |   Vacation >= 33.5
|   |   |   |   |   |   salary < 20.3 : C1 (1/0)
|   |   |   |   |   |   salary >= 20.3 : C4 (5/0)
|   |   |   |   Vacation >= 39.5 : C1 (5/0)
|   |   |   LifeStyle = spend<saving : C4 (2/0)
|   |   |   LifeStyle = spend>saving : C1 (7/0)
|   |   |   LifeStyle = spend>>saving
|   |   |   |   Vacation < 30.5 : C4 (2/0)
|   |   |   |   Vacation >= 30.5
|   |   |   |   |   salary < 21.02 : C1 (5/0)
|   |   |   |   |   salary >= 21.02 : C4 (1/0)
Type = librarian
|   Vacation < 16.5 : C2 (14/0)
|   Vacation >= 16.5 : C4 (12/0)
Type = professor
|   Vacation < 46.5
|   |   property < 1.32
|   |   |   Vacation < 23 : C2 (8/0)
|   |   |   Vacation >= 23 : C4 (2/0)
|   |   property >= 1.32 : C4 (9/0)
|   Vacation >= 46.5 : C5 (16/0)
Type = doctor
|   Vacation < 20.5 : C3 (32/0)
|   Vacation >= 20.5 : C4 (7/0)

Size of the tree : 48


RandomTree
==========

Vacation < 24.5
|   eCredit < 19
|   |   LifeStyle = spend<<saving : C1 (1/0)
|   |   LifeStyle = spend<saving : C2 (20/0)
|   |   LifeStyle = spend>saving : C2 (10/0)
|   |   LifeStyle = spend>>saving : C1 (0/0)
|   eCredit >= 19
|   |   salary < 20.65
|   |   |   salary < 20.06 : C1 (19/0)
|   |   |   salary >= 20.06
|   |   |   |   Type = student : C3 (1/0)
|   |   |   |   Type = engineer : C1 (2/0)
|   |   |   |   Type = librarian : C1 (0/0)
|   |   |   |   Type = professor : C1 (0/0)
|   |   |   |   Type = doctor : C1 (0/0)
|   |   salary >= 20.65
|   |   |   eCredit < 52 : C1 (1/0)
|   |   |   eCredit >= 52 : C3 (40/0)
Vacation >= 24.5
|   eCredit < 23.5
|   |   Vacation < 40 : C1 (2/0)
|   |   Vacation >= 40
|   |   |   salary < 20.62
|   |   |   |   LifeStyle = spend<<saving : C4 (1/0)
|   |   |   |   LifeStyle = spend<saving : C1 (0/0)
|   |   |   |   LifeStyle = spend>saving : C5 (4/0)
|   |   |   |   LifeStyle = spend>>saving : C5 (12/0)
|   |   |   salary >= 20.62 : C5 (25/0)
|   eCredit >= 23.5
|   |   Vacation < 40.5
|   |   |   LifeStyle = spend<<saving
|   |   |   |   Type = student : C1 (4/0)
|   |   |   |   Type = engineer
|   |   |   |   |   eCredit < 56.5
|   |   |   |   |   |   Vacation < 39.5 : C4 (3/0)
|   |   |   |   |   |   Vacation >= 39.5 : C1 (1/0)
|   |   |   |   |   eCredit >= 56.5
|   |   |   |   |   |   salary < 20.3 : C1 (2/0)
|   |   |   |   |   |   salary >= 20.3
|   |   |   |   |   |   |   eCredit < 67 : C1 (2/0)
|   |   |   |   |   |   |   eCredit >= 67 : C4 (1/0)
|   |   |   |   Type = librarian : C1 (0/0)
|   |   |   |   Type = professor : C1 (0/0)
|   |   |   |   Type = doctor : C1 (0/0)
|   |   |   LifeStyle = spend<saving : C4 (4/0)
|   |   |   LifeStyle = spend>saving
|   |   |   |   eCredit < 60.5 : C4 (4/0)
|   |   |   |   eCredit >= 60.5
|   |   |   |   |   Type = student : C1 (0/0)
|   |   |   |   |   Type = engineer : C1 (1/0)
|   |   |   |   |   Type = librarian : C1 (0/0)
|   |   |   |   |   Type = professor : C1 (0/0)
|   |   |   |   |   Type = doctor : C4 (1/0)
|   |   |   LifeStyle = spend>>saving
|   |   |   |   eCredit < 42 : C1 (2/0)
|   |   |   |   eCredit >= 42
|   |   |   |   |   eCredit < 75.5 : C4 (2/0)
|   |   |   |   |   eCredit >= 75.5 : C1 (1/0)
|   |   Vacation >= 40.5 : C4 (20/0)

Size of the tree : 60


RandomTree
==========

Type = student
|   Vacation < 18
|   |   eCredit < 65 : C1 (6/0)
|   |   eCredit >= 65
|   |   |   eCredit < 78.5 : C3 (14/0)
|   |   |   eCredit >= 78.5 : C1 (3/0)
|   Vacation >= 18
|   |   salary < 17.86 : C1 (9/0)
|   |   salary >= 17.86 : C4 (5/0)
Type = engineer
|   property < 2.54
|   |   salary < 21.37
|   |   |   Vacation < 47.5 : C1 (8/0)
|   |   |   Vacation >= 47.5 : C5 (10/0)
|   |   salary >= 21.37 : C5 (14/0)
|   property >= 2.54
|   |   property < 5.52
|   |   |   eCredit < 53.5
|   |   |   |   Vacation < 39.5
|   |   |   |   |   LifeStyle = spend<<saving
|   |   |   |   |   |   salary < 20.89 : C1 (1/0)
|   |   |   |   |   |   salary >= 20.89 : C4 (4/0)
|   |   |   |   |   LifeStyle = spend<saving : C1 (0/0)
|   |   |   |   |   LifeStyle = spend>saving : C1 (1/0)
|   |   |   |   |   LifeStyle = spend>>saving : C4 (2/0)
|   |   |   |   Vacation >= 39.5 : C1 (4/0)
|   |   |   eCredit >= 53.5
|   |   |   |   salary < 20.87 : C4 (13/0)
|   |   |   |   salary >= 20.87 : C1 (1/0)
|   |   property >= 5.52 : C1 (7/0)
Type = librarian
|   property < 0.98 : C2 (4/0)
|   property >= 0.98
|   |   Vacation < 18 : C2 (2/0)
|   |   Vacation >= 18 : C4 (12/0)
Type = professor
|   property < 1.46
|   |   Vacation < 24 : C2 (10/0)
|   |   Vacation >= 24 : C4 (1/0)
|   property >= 1.46
|   |   LifeStyle = spend<<saving : C4 (3/0)
|   |   LifeStyle = spend<saving : C4 (1/0)
|   |   LifeStyle = spend>saving
|   |   |   Vacation < 40.5 : C4 (1/0)
|   |   |   Vacation >= 40.5 : C5 (3/0)
|   |   LifeStyle = spend>>saving
|   |   |   Vacation < 46.5 : C4 (1/0)
|   |   |   Vacation >= 46.5 : C5 (4/0)
Type = doctor
|   Vacation < 20.5 : C3 (33/0)
|   Vacation >= 20.5 : C4 (9/0)

Size of the tree : 52


RandomTree
==========

Type = student
|   salary < 16.64 : C1 (15/0)
|   salary >= 16.64
|   |   Vacation < 18.5 : C3 (10/0)
|   |   Vacation >= 18.5 : C4 (12/0)
Type = engineer
|   salary < 21.49
|   |   property < 2.5
|   |   |   Vacation < 47.5 : C1 (3/0)
|   |   |   Vacation >= 47.5 : C5 (10/0)
|   |   property >= 2.5
|   |   |   salary < 21.05
|   |   |   |   Vacation < 44
|   |   |   |   |   salary < 20.6 : C1 (10/0)
|   |   |   |   |   salary >= 20.6
|   |   |   |   |   |   salary < 20.78 : C4 (1/0)
|   |   |   |   |   |   salary >= 20.78 : C1 (2/0)
|   |   |   |   Vacation >= 44
|   |   |   |   |   LifeStyle = spend<<saving : C1 (2/0)
|   |   |   |   |   LifeStyle = spend<saving : C4 (2/0)
|   |   |   |   |   LifeStyle = spend>saving : C4 (3/0)
|   |   |   |   |   LifeStyle = spend>>saving
|   |   |   |   |   |   eCredit < 68.5 : C4 (1/0)
|   |   |   |   |   |   eCredit >= 68.5 : C1 (1/0)
|   |   |   salary >= 21.05 : C4 (5/0)
|   salary >= 21.49 : C5 (12/0)
Type = librarian
|   Vacation < 20.5 : C2 (20/0)
|   Vacation >= 20.5 : C4 (6/0)
Type = professor
|   eCredit < 6.5
|   |   Vacation < 26 : C2 (1/0)
|   |   Vacation >= 26 : C5 (21/0)
|   eCredit >= 6.5
|   |   Vacation < 21 : C2 (10/0)
|   |   Vacation >= 21 : C4 (9/0)
Type = doctor
|   Vacation < 20.5 : C3 (21/0)
|   Vacation >= 20.5 : C4 (9/0)

Size of the tree : 40


RandomTree
==========

Type = student
|   Vacation < 23.5
|   |   property < 3.3
|   |   |   salary < 21.58 : C1 (10/0)
|   |   |   salary >= 21.58 : C3 (2/0)
|   |   property >= 3.3
|   |   |   Vacation < 4 : C1 (1/0)
|   |   |   Vacation >= 4
|   |   |   |   eCredit < 77.5
|   |   |   |   |   property < 5.66 : C3 (14/0)
|   |   |   |   |   property >= 5.66 : C1 (1/0)
|   |   |   |   eCredit >= 77.5 : C1 (2/0)
|   Vacation >= 23.5
|   |   LifeStyle = spend<<saving
|   |   |   Vacation < 35 : C1 (2/0)
|   |   |   Vacation >= 35 : C4 (2/0)
|   |   LifeStyle = spend<saving : C4 (3/0)
|   |   LifeStyle = spend>saving : C4 (3/0)
|   |   LifeStyle = spend>>saving : C1 (2/0)
Type = engineer
|   eCredit < 32
|   |   property < 1.61 : C5 (11/0)
|   |   property >= 1.61
|   |   |   Vacation < 47.5 : C1 (2/0)
|   |   |   Vacation >= 47.5 : C5 (6/0)
|   eCredit >= 32
|   |   LifeStyle = spend<<saving
|   |   |   Vacation < 44
|   |   |   |   eCredit < 45.5 : C1 (1/0)
|   |   |   |   eCredit >= 45.5
|   |   |   |   |   Vacation < 33.5
|   |   |   |   |   |   Vacation < 29.5 : C4 (2/0)
|   |   |   |   |   |   Vacation >= 29.5 : C1 (1/0)
|   |   |   |   |   Vacation >= 33.5 : C4 (5/0)
|   |   |   Vacation >= 44 : C1 (2/0)
|   |   LifeStyle = spend<saving : C4 (2/0)
|   |   LifeStyle = spend>saving
|   |   |   Vacation < 41.5 : C1 (11/0)
|   |   |   Vacation >= 41.5 : C4 (2/0)
|   |   LifeStyle = spend>>saving
|   |   |   eCredit < 72.5
|   |   |   |   property < 6.62 : C4 (10/0)
|   |   |   |   property >= 6.62 : C1 (3/0)
|   |   |   eCredit >= 72.5 : C1 (3/0)
Type = librarian
|   salary < 19.13 : C2 (15/0)
|   salary >= 19.13
|   |   Vacation < 21.5 : C2 (1/0)
|   |   Vacation >= 21.5 : C4 (9/0)
Type = professor
|   property < 1.26 : C2 (9/0)
|   property >= 1.26
|   |   property < 1.75 : C4 (2/0)
|   |   property >= 1.75
|   |   |   Vacation < 46 : C4 (2/0)
|   |   |   Vacation >= 46 : C5 (13/0)
Type = doctor
|   eCredit < 89.5 : C4 (9/0)
|   eCredit >= 89.5 : C3 (23/0)

Size of the tree : 60


RandomTree
==========

Type = student
|   eCredit < 65
|   |   salary < 18.41 : C1 (11/0)
|   |   salary >= 18.41 : C4 (5/0)
|   eCredit >= 65
|   |   salary < 17.76 : C1 (5/0)
|   |   salary >= 17.76
|   |   |   LifeStyle = spend<<saving : C1 (0/0)
|   |   |   LifeStyle = spend<saving : C3 (7/0)
|   |   |   LifeStyle = spend>saving : C3 (6/0)
|   |   |   LifeStyle = spend>>saving : C4 (2/0)
Type = engineer
|   eCredit < 32 : C5 (14/0)
|   eCredit >= 32
|   |   Vacation < 24.5 : C1 (4/0)
|   |   Vacation >= 24.5
|   |   |   property < 4.95
|   |   |   |   property < 2.86 : C1 (2/0)
|   |   |   |   property >= 2.86
|   |   |   |   |   eCredit < 81.5 : C4 (17/0)
|   |   |   |   |   eCredit >= 81.5 : C1 (1/0)
|   |   |   property >= 4.95 : C1 (8/0)
Type = librarian
|   Vacation < 18 : C2 (14/0)
|   Vacation >= 18 : C4 (8/0)
Type = professor
|   property < 1.48 : C2 (15/0)
|   property >= 1.48
|   |   Vacation < 46 : C4 (4/0)
|   |   Vacation >= 46
|   |   |   LifeStyle = spend<<saving : C4 (2/0)
|   |   |   LifeStyle = spend<saving : C1 (0/0)
|   |   |   LifeStyle = spend>saving : C5 (7/0)
|   |   |   LifeStyle = spend>>saving : C5 (11/0)
Type = doctor
|   salary < 20.72 : C4 (12/0)
|   salary >= 20.72 : C3 (31/0)

Size of the tree : 38


RandomTree
==========

Type = student
|   Vacation < 28.5
|   |   salary < 19.91 : C1 (13/0)
|   |   salary >= 19.91 : C3 (11/0)
|   Vacation >= 28.5 : C4 (6/0)
Type = engineer
|   eCredit < 31.5 : C5 (16/0)
|   eCredit >= 31.5
|   |   eCredit < 79
|   |   |   Vacation < 41.5
|   |   |   |   property < 3.51 : C1 (9/0)
|   |   |   |   property >= 3.51
|   |   |   |   |   property < 5.5 : C4 (5/0)
|   |   |   |   |   property >= 5.5 : C1 (7/0)
|   |   |   Vacation >= 41.5
|   |   |   |   LifeStyle = spend<<saving
|   |   |   |   |   Vacation < 47.5 : C4 (2/0)
|   |   |   |   |   Vacation >= 47.5 : C1 (1/0)
|   |   |   |   LifeStyle = spend<saving : C4 (3/0)
|   |   |   |   LifeStyle = spend>saving : C4 (3/0)
|   |   |   |   LifeStyle = spend>>saving : C4 (2/0)
|   |   eCredit >= 79 : C1 (7/0)
Type = librarian
|   Vacation < 16.5 : C2 (12/0)
|   Vacation >= 16.5 : C4 (13/0)
Type = professor
|   property < 1.48
|   |   Vacation < 22.5 : C2 (16/0)
|   |   Vacation >= 22.5 : C4 (1/0)
|   property >= 1.48
|   |   eCredit < 11.5 : C5 (15/0)
|   |   eCredit >= 11.5 : C4 (7/0)
Type = doctor
|   eCredit < 89.5 : C4 (11/0)
|   eCredit >= 89.5 : C3 (26/0)

Size of the tree : 36


RandomTree
==========

eCredit < 23.5
|   salary < 18.69
|   |   property < 2.17 : C2 (23/0)
|   |   property >= 2.17
|   |   |   eCredit < 9 : C5 (3/0)
|   |   |   eCredit >= 9 : C1 (1/0)
|   salary >= 18.69
|   |   Type = student : C1 (0/0)
|   |   Type = engineer
|   |   |   Vacation < 46.5 : C1 (1/0)
|   |   |   Vacation >= 46.5 : C5 (16/0)
|   |   Type = librarian : C2 (1/0)
|   |   Type = professor
|   |   |   LifeStyle = spend<<saving : C1 (0/0)
|   |   |   LifeStyle = spend<saving : C2 (1/0)
|   |   |   LifeStyle = spend>saving : C5 (10/0)
|   |   |   LifeStyle = spend>>saving : C5 (11/0)
|   |   Type = doctor : C1 (0/0)
eCredit >= 23.5
|   eCredit < 65.5
|   |   Type = student
|   |   |   Vacation < 32 : C1 (9/0)
|   |   |   Vacation >= 32 : C4 (5/0)
|   |   Type = engineer
|   |   |   property < 5.36
|   |   |   |   Vacation < 50.5
|   |   |   |   |   salary < 21.41
|   |   |   |   |   |   LifeStyle = spend<<saving : C4 (2/0)
|   |   |   |   |   |   LifeStyle = spend<saving : C1 (0/0)
|   |   |   |   |   |   LifeStyle = spend>saving
|   |   |   |   |   |   |   salary < 19.03 : C4 (1/0)
|   |   |   |   |   |   |   salary >= 19.03 : C1 (2/0)
|   |   |   |   |   |   LifeStyle = spend>>saving : C4 (3/0)
|   |   |   |   |   salary >= 21.41 : C1 (1/0)
|   |   |   |   Vacation >= 50.5 : C5 (1/0)
|   |   |   property >= 5.36 : C1 (6/0)
|   |   Type = librarian : C4 (5/0)
|   |   Type = professor : C4 (19/0)
|   |   Type = doctor : C4 (4/0)
|   eCredit >= 65.5
|   |   Vacation < 17.5
|   |   |   property < 7.73
|   |   |   |   property < 6.47
|   |   |   |   |   salary < 16.12 : C1 (3/0)
|   |   |   |   |   salary >= 16.12
|   |   |   |   |   |   Type = student : C3 (15/0)
|   |   |   |   |   |   Type = engineer : C1 (1/0)
|   |   |   |   |   |   Type = librarian : C1 (0/0)
|   |   |   |   |   |   Type = professor : C1 (0/0)
|   |   |   |   |   |   Type = doctor : C1 (0/0)
|   |   |   |   property >= 6.47 : C1 (2/0)
|   |   |   property >= 7.73 : C3 (24/0)
|   |   Vacation >= 17.5
|   |   |   LifeStyle = spend<<saving
|   |   |   |   Vacation < 36.5 : C4 (2/0)
|   |   |   |   Vacation >= 36.5 : C1 (2/0)
|   |   |   LifeStyle = spend<saving : C4 (6/0)
|   |   |   LifeStyle = spend>saving : C1 (3/0)
|   |   |   LifeStyle = spend>>saving
|   |   |   |   salary < 16.96 : C1 (1/0)
|   |   |   |   salary >= 16.96 : C4 (2/0)

Size of the tree : 62


RandomTree
==========

eCredit < 24.5
|   property < 1.31
|   |   Vacation < 29 : C2 (19/0)
|   |   Vacation >= 29 : C5 (7/0)
|   property >= 1.31
|   |   LifeStyle = spend<<saving
|   |   |   salary < 17.7 : C1 (1/0)
|   |   |   salary >= 17.7 : C4 (1/0)
|   |   LifeStyle = spend<saving : C1 (0/0)
|   |   LifeStyle = spend>saving : C5 (18/0)
|   |   LifeStyle = spend>>saving
|   |   |   Vacation < 47.5 : C1 (1/0)
|   |   |   Vacation >= 47.5 : C5 (11/0)
eCredit >= 24.5
|   Vacation < 16
|   |   eCredit < 88.5
|   |   |   salary < 21.13
|   |   |   |   LifeStyle = spend<<saving : C1 (0/0)
|   |   |   |   LifeStyle = spend<saving
|   |   |   |   |   eCredit < 59 : C1 (1/0)
|   |   |   |   |   eCredit >= 59 : C3 (1/0)
|   |   |   |   LifeStyle = spend>saving : C1 (8/0)
|   |   |   |   LifeStyle = spend>>saving : C1 (0/0)
|   |   |   salary >= 21.13 : C3 (18/0)
|   |   eCredit >= 88.5 : C3 (31/0)
|   Vacation >= 16
|   |   Vacation < 24 : C1 (5/0)
|   |   Vacation >= 24
|   |   |   Type = student : C4 (9/0)
|   |   |   Type = engineer
|   |   |   |   property < 4.95
|   |   |   |   |   eCredit < 50.5 : C1 (2/0)
|   |   |   |   |   eCredit >= 50.5
|   |   |   |   |   |   eCredit < 81.5
|   |   |   |   |   |   |   Vacation < 38.5 : C1 (1/0)
|   |   |   |   |   |   |   Vacation >= 38.5 : C4 (13/0)
|   |   |   |   |   |   eCredit >= 81.5 : C1 (1/0)
|   |   |   |   property >= 4.95
|   |   |   |   |   salary < 20.36 : C1 (6/0)
|   |   |   |   |   salary >= 20.36 : C4 (1/0)
|   |   |   Type = librarian : C4 (11/0)
|   |   |   Type = professor : C4 (6/0)
|   |   |   Type = doctor : C4 (14/0)

Size of the tree : 44


RandomTree
==========

Vacation < 17.5
|   Type = student
|   |   eCredit < 65 : C1 (4/0)
|   |   eCredit >= 65
|   |   |   property < 3.26
|   |   |   |   LifeStyle = spend<<saving : C1 (0/0)
|   |   |   |   LifeStyle = spend<saving : C1 (2/0)
|   |   |   |   LifeStyle = spend>saving : C3 (2/0)
|   |   |   |   LifeStyle = spend>>saving : C1 (0/0)
|   |   |   property >= 3.26 : C3 (14/0)
|   Type = engineer : C1 (3/0)
|   Type = librarian : C2 (16/0)
|   Type = professor : C2 (11/0)
|   Type = doctor : C3 (25/0)
Vacation >= 17.5
|   eCredit < 23.5
|   |   Type = student : C1 (3/0)
|   |   Type = engineer
|   |   |   Vacation < 47.5 : C1 (1/0)
|   |   |   Vacation >= 47.5 : C5 (17/0)
|   |   Type = librarian : C4 (1/0)
|   |   Type = professor
|   |   |   property < 2.2 : C4 (1/0)
|   |   |   property >= 2.2 : C5 (22/0)
|   |   Type = doctor : C1 (0/0)
|   eCredit >= 23.5
|   |   salary < 16.89 : C1 (6/0)
|   |   salary >= 16.89
|   |   |   property < 5.71
|   |   |   |   Type = student : C4 (5/0)
|   |   |   |   Type = engineer
|   |   |   |   |   LifeStyle = spend<<saving
|   |   |   |   |   |   salary < 20.18 : C1 (2/0)
|   |   |   |   |   |   salary >= 20.18 : C4 (5/0)
|   |   |   |   |   LifeStyle = spend<saving : C4 (1/0)
|   |   |   |   |   LifeStyle = spend>saving
|   |   |   |   |   |   salary < 19.03 : C4 (2/0)
|   |   |   |   |   |   salary >= 19.03
|   |   |   |   |   |   |   Vacation < 44.5 : C1 (4/0)
|   |   |   |   |   |   |   Vacation >= 44.5 : C5 (1/0)
|   |   |   |   |   LifeStyle = spend>>saving : C4 (5/0)
|   |   |   |   Type = librarian : C4 (10/0)
|   |   |   |   Type = professor : C4 (8/0)
|   |   |   |   Type = doctor : C4 (9/0)
|   |   |   property >= 5.71 : C1 (6/0)

Size of the tree : 46


RandomTree
==========

property < 2.98
|   LifeStyle = spend<<saving
|   |   Type = student : C1 (2/0)
|   |   Type = engineer : C1 (1/0)
|   |   Type = librarian : C4 (1/0)
|   |   Type = professor : C4 (1/0)
|   |   Type = doctor : C1 (0/0)
|   LifeStyle = spend<saving
|   |   Type = student : C1 (2/0)
|   |   Type = engineer : C1 (0/0)
|   |   Type = librarian
|   |   |   Vacation < 22.5 : C2 (10/0)
|   |   |   Vacation >= 22.5 : C4 (3/0)
|   |   Type = professor : C2 (2/0)
|   |   Type = doctor : C4 (1/0)
|   LifeStyle = spend>saving
|   |   Vacation < 45.5
|   |   |   Vacation < 24
|   |   |   |   Type = student : C1 (2/0)
|   |   |   |   Type = engineer : C1 (2/0)
|   |   |   |   Type = librarian : C2 (5/0)
|   |   |   |   Type = professor : C2 (11/0)
|   |   |   |   Type = doctor : C1 (0/0)
|   |   |   Vacation >= 24 : C4 (6/0)
|   |   Vacation >= 45.5 : C5 (21/0)
|   LifeStyle = spend>>saving
|   |   eCredit < 26.5
|   |   |   Type = student : C1 (1/0)
|   |   |   Type = engineer
|   |   |   |   eCredit < 21.5
|   |   |   |   |   Vacation < 47.5 : C1 (3/0)
|   |   |   |   |   Vacation >= 47.5 : C5 (4/0)
|   |   |   |   eCredit >= 21.5 : C5 (6/0)
|   |   |   Type = librarian : C1 (0/0)
|   |   |   Type = professor : C5 (12/0)
|   |   |   Type = doctor : C1 (0/0)
|   |   eCredit >= 26.5
|   |   |   eCredit < 47 : C4 (5/0)
|   |   |   eCredit >= 47 : C1 (2/0)
property >= 2.98
|   eCredit < 94
|   |   Type = student
|   |   |   Vacation < 19.5
|   |   |   |   Vacation < 7.5 : C1 (7/0)
|   |   |   |   Vacation >= 7.5 : C3 (6/0)
|   |   |   Vacation >= 19.5 : C4 (8/0)
|   |   Type = engineer
|   |   |   LifeStyle = spend<<saving
|   |   |   |   salary < 20.18 : C1 (5/0)
|   |   |   |   salary >= 20.18 : C4 (3/0)
|   |   |   LifeStyle = spend<saving : C4 (2/0)
|   |   |   LifeStyle = spend>saving : C1 (5/0)
|   |   |   LifeStyle = spend>>saving : C4 (5/0)
|   |   Type = librarian : C4 (5/0)
|   |   Type = professor
|   |   |   Vacation < 45 : C4 (1/0)
|   |   |   Vacation >= 45 : C5 (2/0)
|   |   Type = doctor : C4 (4/0)
|   eCredit >= 94 : C3 (30/0)

Size of the tree : 60


RandomTree
==========

Vacation < 24.5
|   Type = student
|   |   property < 3.3 : C1 (4/0)
|   |   property >= 3.3
|   |   |   eCredit < 58 : C1 (2/0)
|   |   |   eCredit >= 58
|   |   |   |   eCredit < 77.5 : C3 (13/0)
|   |   |   |   eCredit >= 77.5 : C1 (2/0)
|   Type = engineer : C1 (9/0)
|   Type = librarian : C2 (12/0)
|   Type = professor : C2 (11/0)
|   Type = doctor : C3 (27/0)
Vacation >= 24.5
|   Vacation < 47.5
|   |   Vacation < 31.5
|   |   |   eCredit < 36.5 : C1 (6/0)
|   |   |   eCredit >= 36.5
|   |   |   |   property < 3.57
|   |   |   |   |   Vacation < 26.5 : C4 (1/0)
|   |   |   |   |   Vacation >= 26.5 : C1 (1/0)
|   |   |   |   property >= 3.57 : C4 (3/0)
|   |   Vacation >= 31.5
|   |   |   Vacation < 37.5 : C4 (12/0)
|   |   |   Vacation >= 37.5
|   |   |   |   Vacation < 41.5
|   |   |   |   |   Type = student : C1 (0/0)
|   |   |   |   |   Type = engineer
|   |   |   |   |   |   Vacation < 39.5
|   |   |   |   |   |   |   eCredit < 56 : C4 (1/0)
|   |   |   |   |   |   |   eCredit >= 56 : C1 (2/0)
|   |   |   |   |   |   Vacation >= 39.5 : C1 (3/0)
|   |   |   |   |   Type = librarian : C1 (0/0)
|   |   |   |   |   Type = professor : C4 (2/0)
|   |   |   |   |   Type = doctor : C4 (3/0)
|   |   |   |   Vacation >= 41.5 : C4 (9/0)
|   Vacation >= 47.5
|   |   eCredit < 26.5
|   |   |   LifeStyle = spend<<saving : C4 (2/0)
|   |   |   LifeStyle = spend<saving : C1 (0/0)
|   |   |   LifeStyle = spend>saving : C5 (25/0)
|   |   |   LifeStyle = spend>>saving : C5 (22/0)
|   |   eCredit >= 26.5
|   |   |   property < 2.86
|   |   |   |   LifeStyle = spend<<saving : C4 (1/0)
|   |   |   |   LifeStyle = spend<saving : C1 (0/0)
|   |   |   |   LifeStyle = spend>saving : C4 (1/0)
|   |   |   |   LifeStyle = spend>>saving : C1 (1/0)
|   |   |   property >= 2.86 : C4 (11/0)

Size of the tree : 49


RandomTree
==========

Type = student
|   salary < 18.49
|   |   property < 4.89 : C1 (20/0)
|   |   property >= 4.89 : C3 (1/0)
|   salary >= 18.49
|   |   salary < 21.91 : C4 (10/0)
|   |   salary >= 21.91 : C3 (11/0)
Type = engineer
|   eCredit < 32
|   |   salary < 20.63
|   |   |   Vacation < 47.5 : C1 (1/0)
|   |   |   Vacation >= 47.5 : C5 (5/0)
|   |   salary >= 20.63 : C5 (13/0)
|   eCredit >= 32
|   |   LifeStyle = spend<<saving
|   |   |   salary < 20.36 : C1 (4/0)
|   |   |   salary >= 20.36
|   |   |   |   property < 5.52 : C4 (4/0)
|   |   |   |   property >= 5.52 : C1 (2/0)
|   |   LifeStyle = spend<saving : C1 (0/0)
|   |   LifeStyle = spend>saving : C1 (6/0)
|   |   LifeStyle = spend>>saving
|   |   |   Vacation < 51.5 : C4 (5/0)
|   |   |   Vacation >= 51.5 : C1 (1/0)
Type = librarian
|   eCredit < 17 : C2 (12/0)
|   eCredit >= 17 : C4 (11/0)
Type = professor
|   Vacation < 21 : C2 (14/0)
|   Vacation >= 21
|   |   eCredit < 18.5 : C5 (14/0)
|   |   eCredit >= 18.5 : C4 (11/0)
Type = doctor
|   property < 6.17 : C4 (10/0)
|   property >= 6.17 : C3 (31/0)

Size of the tree : 36


RandomTree
==========

eCredit < 23.5
|   Vacation < 44.5
|   |   Vacation < 10.5 : C2 (28/0)
|   |   Vacation >= 10.5
|   |   |   Type = student : C1 (2/0)
|   |   |   Type = engineer : C1 (0/0)
|   |   |   Type = librarian
|   |   |   |   eCredit < 16 : C2 (1/0)
|   |   |   |   eCredit >= 16 : C4 (1/0)
|   |   |   Type = professor : C1 (0/0)
|   |   |   Type = doctor : C1 (0/0)
|   Vacation >= 44.5 : C5 (39/0)
eCredit >= 23.5
|   salary < 21.98
|   |   Vacation < 24
|   |   |   salary < 20.06 : C1 (19/0)
|   |   |   salary >= 20.06
|   |   |   |   LifeStyle = spend<<saving : C4 (1/0)
|   |   |   |   LifeStyle = spend<saving : C1 (0/0)
|   |   |   |   LifeStyle = spend>saving
|   |   |   |   |   Type = student : C3 (1/0)
|   |   |   |   |   Type = engineer : C1 (1/0)
|   |   |   |   |   Type = librarian : C1 (0/0)
|   |   |   |   |   Type = professor : C1 (0/0)
|   |   |   |   |   Type = doctor : C1 (0/0)
|   |   |   |   LifeStyle = spend>>saving : C1 (0/0)
|   |   Vacation >= 24
|   |   |   eCredit < 45 : C4 (15/0)
|   |   |   eCredit >= 45
|   |   |   |   Type = student
|   |   |   |   |   Vacation < 30 : C1 (1/0)
|   |   |   |   |   Vacation >= 30 : C4 (10/0)
|   |   |   |   Type = engineer
|   |   |   |   |   eCredit < 47.5 : C1 (2/0)
|   |   |   |   |   eCredit >= 47.5
|   |   |   |   |   |   property < 4.54
|   |   |   |   |   |   |   property < 3.51
|   |   |   |   |   |   |   |   Vacation < 41 : C1 (4/0)
|   |   |   |   |   |   |   |   Vacation >= 41 : C4 (4/0)
|   |   |   |   |   |   |   property >= 3.51 : C4 (5/0)
|   |   |   |   |   |   property >= 4.54
|   |   |   |   |   |   |   salary < 20.36 : C1 (5/0)
|   |   |   |   |   |   |   salary >= 20.36
|   |   |   |   |   |   |   |   Vacation < 33.5 : C1 (3/0)
|   |   |   |   |   |   |   |   Vacation >= 33.5 : C4 (1/0)
|   |   |   |   Type = librarian : C1 (0/0)
|   |   |   |   Type = professor : C4 (2/0)
|   |   |   |   Type = doctor : C4 (6/0)
|   salary >= 21.98
|   |   Type = student : C3 (7/0)
|   |   Type = engineer : C5 (1/0)
|   |   Type = librarian : C4 (1/0)
|   |   Type = professor : C1 (0/0)
|   |   Type = doctor : C3 (26/0)

Size of the tree : 55


RandomTree
==========

Vacation < 24.5
|   Type = student
|   |   eCredit < 65.5 : C1 (12/0)
|   |   eCredit >= 65.5 : C3 (18/0)
|   Type = engineer : C1 (6/0)
|   Type = librarian : C2 (15/0)
|   Type = professor : C2 (11/0)
|   Type = doctor : C3 (18/0)
Vacation >= 24.5
|   eCredit < 28
|   |   Type = student : C1 (2/0)
|   |   Type = engineer : C5 (21/0)
|   |   Type = librarian : C4 (1/0)
|   |   Type = professor
|   |   |   property < 2.2
|   |   |   |   eCredit < 10.5 : C5 (1/0)
|   |   |   |   eCredit >= 10.5 : C4 (4/0)
|   |   |   property >= 2.2 : C5 (21/0)
|   |   Type = doctor : C1 (0/0)
|   eCredit >= 28
|   |   LifeStyle = spend<<saving
|   |   |   salary < 20.17 : C1 (5/0)
|   |   |   salary >= 20.17
|   |   |   |   salary < 21.52 : C4 (10/0)
|   |   |   |   salary >= 21.52 : C1 (3/0)
|   |   LifeStyle = spend<saving : C4 (7/0)
|   |   LifeStyle = spend>saving
|   |   |   Type = student : C4 (3/0)
|   |   |   Type = engineer
|   |   |   |   Vacation < 40 : C1 (1/0)
|   |   |   |   Vacation >= 40 : C4 (2/0)
|   |   |   Type = librarian : C1 (0/0)
|   |   |   Type = professor : C4 (1/0)
|   |   |   Type = doctor : C4 (8/0)
|   |   LifeStyle = spend>>saving
|   |   |   Type = student : C1 (1/0)
|   |   |   Type = engineer
|   |   |   |   property < 5.33
|   |   |   |   |   Vacation < 51.5 : C4 (8/0)
|   |   |   |   |   Vacation >= 51.5 : C1 (1/0)
|   |   |   |   property >= 5.33 : C1 (2/0)
|   |   |   Type = librarian : C4 (1/0)
|   |   |   Type = professor : C4 (3/0)
|   |   |   Type = doctor : C1 (0/0)

Size of the tree : 45


RandomTree
==========

Vacation < 16
|   Type = student
|   |   eCredit < 65 : C1 (7/0)
|   |   eCredit >= 65
|   |   |   eCredit < 79.5 : C3 (10/0)
|   |   |   eCredit >= 79.5 : C1 (2/0)
|   Type = engineer : C1 (5/0)
|   Type = librarian : C2 (13/0)
|   Type = professor : C2 (9/0)
|   Type = doctor : C3 (25/0)
Vacation >= 16
|   Vacation < 46.5
|   |   Type = student
|   |   |   LifeStyle = spend<<saving : C1 (3/0)
|   |   |   LifeStyle = spend<saving : C4 (2/0)
|   |   |   LifeStyle = spend>saving : C1 (0/0)
|   |   |   LifeStyle = spend>>saving : C1 (3/0)
|   |   Type = engineer
|   |   |   LifeStyle = spend<<saving
|   |   |   |   Vacation < 44
|   |   |   |   |   eCredit < 79.5 : C4 (8/0)
|   |   |   |   |   eCredit >= 79.5 : C1 (2/0)
|   |   |   |   Vacation >= 44 : C1 (3/0)
|   |   |   LifeStyle = spend<saving : C1 (0/0)
|   |   |   LifeStyle = spend>saving : C1 (10/0)
|   |   |   LifeStyle = spend>>saving
|   |   |   |   Vacation < 40
|   |   |   |   |   salary < 19.3 : C4 (1/0)
|   |   |   |   |   salary >= 19.3
|   |   |   |   |   |   eCredit < 42 : C1 (2/0)
|   |   |   |   |   |   eCredit >= 42 : C4 (1/0)
|   |   |   |   Vacation >= 40 : C1 (5/0)
|   |   Type = librarian : C4 (8/0)
|   |   Type = professor : C4 (9/0)
|   |   Type = doctor : C4 (7/0)
|   Vacation >= 46.5
|   |   eCredit < 30.5
|   |   |   salary < 20.52
|   |   |   |   Vacation < 50.5 : C5 (11/0)
|   |   |   |   Vacation >= 50.5
|   |   |   |   |   Type = student : C1 (0/0)
|   |   |   |   |   Type = engineer : C5 (1/0)
|   |   |   |   |   Type = librarian : C1 (0/0)
|   |   |   |   |   Type = professor : C4 (1/0)
|   |   |   |   |   Type = doctor : C1 (0/0)
|   |   |   salary >= 20.52 : C5 (23/0)
|   |   eCredit >= 30.5
|   |   |   LifeStyle = spend<<saving : C4 (4/0)
|   |   |   LifeStyle = spend<saving : C4 (7/0)
|   |   |   LifeStyle = spend>saving : C4 (1/0)
|   |   |   LifeStyle = spend>>saving
|   |   |   |   eCredit < 72.5 : C4 (2/0)
|   |   |   |   eCredit >= 72.5 : C1 (1/0)

Size of the tree : 54


RandomTree
==========

Type = student
|   Vacation < 24.5
|   |   salary < 18.48
|   |   |   salary < 16.23 : C1 (13/0)
|   |   |   salary >= 16.23
|   |   |   |   Vacation < 9.5 : C3 (1/0)
|   |   |   |   Vacation >= 9.5 : C1 (1/0)
|   |   salary >= 18.48 : C3 (16/0)
|   Vacation >= 24.5
|   |   eCredit < 32.5 : C1 (5/0)
|   |   eCredit >= 32.5
|   |   |   Vacation < 30
|   |   |   |   LifeStyle = spend<<saving : C1 (0/0)
|   |   |   |   LifeStyle = spend<saving : C4 (3/0)
|   |   |   |   LifeStyle = spend>saving : C1 (0/0)
|   |   |   |   LifeStyle = spend>>saving : C1 (1/0)
|   |   |   Vacation >= 30 : C4 (8/0)
Type = engineer
|   eCredit < 32
|   |   eCredit < 20.5
|   |   |   Vacation < 47.5 : C1 (1/0)
|   |   |   Vacation >= 47.5 : C5 (6/0)
|   |   eCredit >= 20.5 : C5 (8/0)
|   eCredit >= 32
|   |   Vacation < 44
|   |   |   LifeStyle = spend<<saving
|   |   |   |   property < 5.52
|   |   |   |   |   eCredit < 79.5 : C4 (3/0)
|   |   |   |   |   eCredit >= 79.5 : C1 (1/0)
|   |   |   |   property >= 5.52 : C1 (2/0)
|   |   |   LifeStyle = spend<saving : C1 (0/0)
|   |   |   LifeStyle = spend>saving : C1 (8/0)
|   |   |   LifeStyle = spend>>saving
|   |   |   |   Vacation < 40 : C4 (2/0)
|   |   |   |   Vacation >= 40 : C1 (1/0)
|   |   Vacation >= 44 : C4 (11/0)
Type = librarian
|   Vacation < 15.5 : C2 (18/0)
|   Vacation >= 15.5 : C4 (8/0)
Type = professor
|   Vacation < 44.5
|   |   property < 1.32
|   |   |   eCredit < 18.5 : C2 (8/0)
|   |   |   eCredit >= 18.5 : C4 (2/0)
|   |   property >= 1.32 : C4 (5/0)
|   Vacation >= 44.5
|   |   LifeStyle = spend<<saving : C4 (1/0)
|   |   LifeStyle = spend<saving : C1 (0/0)
|   |   LifeStyle = spend>saving : C5 (9/0)
|   |   LifeStyle = spend>>saving : C5 (12/0)
Type = doctor
|   eCredit < 89.5 : C4 (7/0)
|   eCredit >= 89.5 : C3 (25/0)

Size of the tree : 54


RandomTree
==========

Type = student
|   salary < 16.64 : C1 (19/0)
|   salary >= 16.64
|   |   LifeStyle = spend<<saving : C4 (1/0)
|   |   LifeStyle = spend<saving
|   |   |   Vacation < 17 : C3 (3/0)
|   |   |   Vacation >= 17 : C4 (3/0)
|   |   LifeStyle = spend>saving
|   |   |   Vacation < 25.5 : C3 (7/0)
|   |   |   Vacation >= 25.5 : C4 (1/0)
|   |   LifeStyle = spend>>saving : C4 (3/0)
Type = engineer
|   eCredit < 33
|   |   salary < 20.63
|   |   |   eCredit < 18.5 : C5 (8/0)
|   |   |   eCredit >= 18.5
|   |   |   |   LifeStyle = spend<<saving : C1 (0/0)
|   |   |   |   LifeStyle = spend<saving : C1 (0/0)
|   |   |   |   LifeStyle = spend>saving : C5 (1/0)
|   |   |   |   LifeStyle = spend>>saving : C1 (1/0)
|   |   salary >= 20.63 : C5 (13/0)
|   eCredit >= 33
|   |   LifeStyle = spend<<saving
|   |   |   property < 3.94 : C4 (3/0)
|   |   |   property >= 3.94
|   |   |   |   eCredit < 67 : C1 (5/0)
|   |   |   |   eCredit >= 67
|   |   |   |   |   Vacation < 36.5 : C4 (2/0)
|   |   |   |   |   Vacation >= 36.5 : C1 (1/0)
|   |   LifeStyle = spend<saving : C4 (4/0)
|   |   LifeStyle = spend>saving
|   |   |   salary < 19.35 : C4 (2/0)
|   |   |   salary >= 19.35 : C1 (8/0)
|   |   LifeStyle = spend>>saving
|   |   |   Vacation < 44.5 : C1 (3/0)
|   |   |   Vacation >= 44.5
|   |   |   |   Vacation < 51.5 : C4 (3/0)
|   |   |   |   Vacation >= 51.5 : C1 (1/0)
Type = librarian
|   Vacation < 21.5 : C2 (12/0)
|   Vacation >= 21.5 : C4 (7/0)
Type = professor
|   eCredit < 15
|   |   eCredit < 7.5
|   |   |   Vacation < 27.5 : C2 (2/0)
|   |   |   Vacation >= 27.5 : C5 (17/0)
|   |   eCredit >= 7.5 : C2 (8/0)
|   eCredit >= 15 : C4 (9/0)
Type = doctor
|   salary < 21.2 : C4 (13/0)
|   salary >= 21.2 : C3 (26/0)

Size of the tree : 52


RandomTree
==========

Vacation < 21
|   eCredit < 26
|   |   Vacation < 13 : C2 (28/0)
|   |   Vacation >= 13 : C1 (3/0)
|   eCredit >= 26
|   |   salary < 21.31
|   |   |   property < 4.6 : C1 (11/0)
|   |   |   property >= 4.6
|   |   |   |   property < 5.66 : C3 (1/0)
|   |   |   |   property >= 5.66 : C1 (2/0)
|   |   salary >= 21.31 : C3 (37/0)
Vacation >= 21
|   Type = student
|   |   salary < 17.58 : C1 (6/0)
|   |   salary >= 17.58 : C4 (7/0)
|   Type = engineer
|   |   eCredit < 33
|   |   |   salary < 20.63
|   |   |   |   Vacation < 47.5 : C1 (1/0)
|   |   |   |   Vacation >= 47.5 : C5 (5/0)
|   |   |   salary >= 20.63 : C5 (10/0)
|   |   eCredit >= 33
|   |   |   Vacation < 41.5
|   |   |   |   Vacation < 39.5
|   |   |   |   |   salary < 20.6
|   |   |   |   |   |   LifeStyle = spend<<saving : C1 (2/0)
|   |   |   |   |   |   LifeStyle = spend<saving : C1 (0/0)
|   |   |   |   |   |   LifeStyle = spend>saving : C1 (1/0)
|   |   |   |   |   |   LifeStyle = spend>>saving
|   |   |   |   |   |   |   property < 5.33 : C4 (1/0)
|   |   |   |   |   |   |   property >= 5.33 : C1 (1/0)
|   |   |   |   |   salary >= 20.6 : C4 (5/0)
|   |   |   |   Vacation >= 39.5 : C1 (3/0)
|   |   |   Vacation >= 41.5 : C4 (6/0)
|   Type = librarian : C4 (18/0)
|   Type = professor
|   |   eCredit < 11.5 : C5 (17/0)
|   |   eCredit >= 11.5 : C4 (13/0)
|   Type = doctor : C4 (8/0)

Size of the tree : 40


RandomTree
==========

eCredit < 23.5
|   Vacation < 13 : C2 (38/0)
|   Vacation >= 13
|   |   Vacation < 46.5
|   |   |   Type = student : C1 (3/0)
|   |   |   Type = engineer : C1 (2/0)
|   |   |   Type = librarian : C4 (1/0)
|   |   |   Type = professor : C1 (0/0)
|   |   |   Type = doctor : C1 (0/0)
|   |   Vacation >= 46.5
|   |   |   Type = student : C1 (0/0)
|   |   |   Type = engineer : C5 (19/0)
|   |   |   Type = librarian : C1 (0/0)
|   |   |   Type = professor
|   |   |   |   LifeStyle = spend<<saving : C4 (1/0)
|   |   |   |   LifeStyle = spend<saving : C1 (0/0)
|   |   |   |   LifeStyle = spend>saving : C5 (9/0)
|   |   |   |   LifeStyle = spend>>saving : C5 (4/0)
|   |   |   Type = doctor : C1 (0/0)
eCredit >= 23.5
|   salary < 21.9
|   |   Type = student
|   |   |   Vacation < 30 : C1 (12/0)
|   |   |   Vacation >= 30 : C4 (8/0)
|   |   Type = engineer
|   |   |   salary < 21.02
|   |   |   |   eCredit < 74
|   |   |   |   |   property < 3.04 : C4 (3/0)
|   |   |   |   |   property >= 3.04
|   |   |   |   |   |   LifeStyle = spend<<saving
|   |   |   |   |   |   |   eCredit < 65.5 : C1 (5/0)
|   |   |   |   |   |   |   eCredit >= 65.5 : C4 (2/0)
|   |   |   |   |   |   LifeStyle = spend<saving : C1 (0/0)
|   |   |   |   |   |   LifeStyle = spend>saving : C1 (2/0)
|   |   |   |   |   |   LifeStyle = spend>>saving : C4 (1/0)
|   |   |   |   eCredit >= 74 : C1 (10/0)
|   |   |   salary >= 21.02
|   |   |   |   salary < 21.41 : C4 (5/0)
|   |   |   |   salary >= 21.41 : C1 (1/0)
|   |   Type = librarian : C4 (10/0)
|   |   Type = professor : C4 (7/0)
|   |   Type = doctor : C4 (5/0)
|   salary >= 21.9 : C3 (38/0)

Size of the tree : 44


RandomTree
==========

Type = student
|   salary < 16.14 : C1 (12/0)
|   salary >= 16.14
|   |   Vacation < 18.5
|   |   |   eCredit < 57.5 : C1 (1/0)
|   |   |   eCredit >= 57.5 : C3 (16/0)
|   |   Vacation >= 18.5 : C4 (9/0)
Type = engineer
|   eCredit < 33 : C5 (16/0)
|   eCredit >= 33
|   |   Vacation < 38.5 : C1 (6/0)
|   |   Vacation >= 38.5
|   |   |   eCredit < 53.5 : C1 (5/0)
|   |   |   eCredit >= 53.5
|   |   |   |   eCredit < 76 : C4 (12/0)
|   |   |   |   eCredit >= 76 : C1 (1/0)
Type = librarian
|   Vacation < 16.5 : C2 (17/0)
|   Vacation >= 16.5 : C4 (15/0)
Type = professor
|   Vacation < 24 : C2 (15/0)
|   Vacation >= 24
|   |   eCredit < 11.5 : C5 (17/0)
|   |   eCredit >= 11.5 : C4 (7/0)
Type = doctor
|   eCredit < 112.5 : C4 (8/0)
|   eCredit >= 112.5 : C3 (29/0)

Size of the tree : 28


RandomTree
==========

Type = student
|   eCredit < 65
|   |   salary < 18.46 : C1 (19/0)
|   |   salary >= 18.46 : C4 (4/0)
|   eCredit >= 65
|   |   eCredit < 73.5
|   |   |   salary < 21.7
|   |   |   |   LifeStyle = spend<<saving : C4 (1/0)
|   |   |   |   LifeStyle = spend<saving : C3 (1/0)
|   |   |   |   LifeStyle = spend>saving : C3 (1/0)
|   |   |   |   LifeStyle = spend>>saving : C1 (0/0)
|   |   |   salary >= 21.7 : C3 (15/0)
|   |   eCredit >= 73.5 : C1 (3/0)
Type = engineer
|   eCredit < 32
|   |   Vacation < 47.5 : C1 (1/0)
|   |   Vacation >= 47.5 : C5 (13/0)
|   eCredit >= 32
|   |   Vacation < 24.5 : C1 (7/0)
|   |   Vacation >= 24.5
|   |   |   eCredit < 77
|   |   |   |   Vacation < 42
|   |   |   |   |   Vacation < 39.5
|   |   |   |   |   |   LifeStyle = spend<<saving
|   |   |   |   |   |   |   salary < 20.6 : C1 (2/0)
|   |   |   |   |   |   |   salary >= 20.6 : C4 (4/0)
|   |   |   |   |   |   LifeStyle = spend<saving : C1 (0/0)
|   |   |   |   |   |   LifeStyle = spend>saving : C1 (2/0)
|   |   |   |   |   |   LifeStyle = spend>>saving : C4 (1/0)
|   |   |   |   |   Vacation >= 39.5 : C1 (4/0)
|   |   |   |   Vacation >= 42 : C4 (5/0)
|   |   |   eCredit >= 77 : C1 (5/0)
Type = librarian
|   Vacation < 15.5 : C2 (8/0)
|   Vacation >= 15.5 : C4 (12/0)
Type = professor
|   property < 1.48 : C2 (15/0)
|   property >= 1.48
|   |   eCredit < 18 : C5 (15/0)
|   |   eCredit >= 18 : C4 (11/0)
Type = doctor
|   eCredit < 84.5 : C4 (10/0)
|   eCredit >= 84.5 : C3 (27/0)

Size of the tree : 44


RandomTree
==========

Type = student
|   salary < 18.49 : C1 (14/0)
|   salary >= 18.49
|   |   Vacation < 19 : C3 (11/0)
|   |   Vacation >= 19 : C4 (12/0)
Type = engineer
|   eCredit < 31
|   |   Vacation < 46.5 : C1 (2/0)
|   |   Vacation >= 46.5 : C5 (12/0)
|   eCredit >= 31
|   |   Vacation < 24.5 : C1 (8/0)
|   |   Vacation >= 24.5
|   |   |   property < 5.52
|   |   |   |   LifeStyle = spend<<saving
|   |   |   |   |   eCredit < 79.5 : C4 (4/0)
|   |   |   |   |   eCredit >= 79.5 : C1 (1/0)
|   |   |   |   LifeStyle = spend<saving : C4 (4/0)
|   |   |   |   LifeStyle = spend>saving : C4 (2/0)
|   |   |   |   LifeStyle = spend>>saving : C4 (5/0)
|   |   |   property >= 5.52 : C1 (2/0)
Type = librarian
|   eCredit < 17 : C2 (14/0)
|   eCredit >= 17 : C4 (8/0)
Type = professor
|   eCredit < 7.5
|   |   Vacation < 27.5 : C2 (5/0)
|   |   Vacation >= 27.5 : C5 (30/0)
|   eCredit >= 7.5
|   |   Vacation < 21 : C2 (6/0)
|   |   Vacation >= 21 : C4 (11/0)
Type = doctor
|   Vacation < 20.5 : C3 (29/0)
|   Vacation >= 20.5 : C4 (6/0)

Size of the tree : 34


RandomTree
==========

Type = student
|   salary < 17.89 : C1 (17/0)
|   salary >= 17.89
|   |   Vacation < 18.5 : C3 (11/0)
|   |   Vacation >= 18.5 : C4 (6/0)
Type = engineer
|   eCredit < 30.5
|   |   property < 1.61 : C5 (9/0)
|   |   property >= 1.61
|   |   |   salary < 20.36 : C5 (4/0)
|   |   |   salary >= 20.36
|   |   |   |   Vacation < 48.5 : C1 (2/0)
|   |   |   |   Vacation >= 48.5 : C5 (1/0)
|   eCredit >= 30.5
|   |   property < 5.5
|   |   |   Vacation < 24.5 : C1 (4/0)
|   |   |   Vacation >= 24.5
|   |   |   |   salary < 21.52 : C4 (16/0)
|   |   |   |   salary >= 21.52 : C1 (1/0)
|   |   property >= 5.5 : C1 (9/0)
Type = librarian
|   Vacation < 20.5 : C2 (14/0)
|   Vacation >= 20.5 : C4 (6/0)
Type = professor
|   property < 1.32
|   |   eCredit < 18.5 : C2 (12/0)
|   |   eCredit >= 18.5 : C4 (1/0)
|   property >= 1.32
|   |   eCredit < 11.5 : C5 (28/0)
|   |   eCredit >= 11.5 : C4 (7/0)
Type = doctor
|   Vacation < 20.5 : C3 (24/0)
|   Vacation >= 20.5 : C4 (14/0)

Size of the tree : 34


RandomTree
==========

eCredit < 26.5
|   salary < 18.69
|   |   Vacation < 10 : C2 (22/0)
|   |   Vacation >= 10
|   |   |   salary < 15.48
|   |   |   |   Type = student : C1 (4/0)
|   |   |   |   Type = engineer : C5 (1/0)
|   |   |   |   Type = librarian : C1 (0/0)
|   |   |   |   Type = professor : C1 (0/0)
|   |   |   |   Type = doctor : C1 (0/0)
|   |   |   salary >= 15.48 : C5 (3/0)
|   salary >= 18.69
|   |   Vacation < 46.5
|   |   |   Type = student : C1 (0/0)
|   |   |   Type = engineer : C1 (1/0)
|   |   |   Type = librarian : C4 (1/0)
|   |   |   Type = professor : C1 (0/0)
|   |   |   Type = doctor : C1 (0/0)
|   |   Vacation >= 46.5
|   |   |   Vacation < 50.5 : C5 (26/0)
|   |   |   Vacation >= 50.5
|   |   |   |   LifeStyle = spend<<saving : C4 (1/0)
|   |   |   |   LifeStyle = spend<saving : C1 (0/0)
|   |   |   |   LifeStyle = spend>saving : C5 (4/0)
|   |   |   |   LifeStyle = spend>>saving : C5 (3/0)
eCredit >= 26.5
|   salary < 21.9
|   |   Vacation < 24.5 : C1 (18/0)
|   |   Vacation >= 24.5
|   |   |   Type = student
|   |   |   |   eCredit < 37 : C1 (2/0)
|   |   |   |   eCredit >= 37
|   |   |   |   |   salary < 16.98 : C1 (1/0)
|   |   |   |   |   salary >= 16.98 : C4 (4/0)
|   |   |   Type = engineer
|   |   |   |   eCredit < 43 : C1 (3/0)
|   |   |   |   eCredit >= 43
|   |   |   |   |   property < 6.05
|   |   |   |   |   |   salary < 19.95 : C4 (9/0)
|   |   |   |   |   |   salary >= 19.95
|   |   |   |   |   |   |   LifeStyle = spend<<saving
|   |   |   |   |   |   |   |   Vacation < 47.5
|   |   |   |   |   |   |   |   |   eCredit < 79.5 : C4 (7/0)
|   |   |   |   |   |   |   |   |   eCredit >= 79.5 : C1 (1/0)
|   |   |   |   |   |   |   |   Vacation >= 47.5 : C1 (1/0)
|   |   |   |   |   |   |   LifeStyle = spend<saving : C4 (1/0)
|   |   |   |   |   |   |   LifeStyle = spend>saving : C1 (3/0)
|   |   |   |   |   |   |   LifeStyle = spend>>saving
|   |   |   |   |   |   |   |   Vacation < 51.5 : C4 (3/0)
|   |   |   |   |   |   |   |   Vacation >= 51.5 : C1 (1/0)
|   |   |   |   |   property >= 6.05 : C1 (4/0)
|   |   |   Type = librarian : C4 (8/0)
|   |   |   Type = professor : C4 (5/0)
|   |   |   Type = doctor : C4 (8/0)
|   salary >= 21.9 : C3 (41/0)

Size of the tree : 56


RandomTree
==========

Vacation < 21
|   property < 2.12
|   |   eCredit < 27.5 : C2 (26/0)
|   |   eCredit >= 27.5 : C1 (1/0)
|   property >= 2.12
|   |   property < 3.5 : C1 (8/0)
|   |   property >= 3.5
|   |   |   Type = student
|   |   |   |   Vacation < 9.5 : C3 (5/0)
|   |   |   |   Vacation >= 9.5
|   |   |   |   |   Vacation < 10.5 : C1 (1/0)
|   |   |   |   |   Vacation >= 10.5 : C3 (4/0)
|   |   |   Type = engineer : C1 (4/0)
|   |   |   Type = librarian : C1 (0/0)
|   |   |   Type = professor : C1 (0/0)
|   |   |   Type = doctor : C3 (22/0)
Vacation >= 21
|   eCredit < 23.5
|   |   Vacation < 47
|   |   |   Type = student : C1 (2/0)
|   |   |   Type = engineer : C1 (1/0)
|   |   |   Type = librarian : C4 (1/0)
|   |   |   Type = professor : C1 (0/0)
|   |   |   Type = doctor : C1 (0/0)
|   |   Vacation >= 47 : C5 (38/0)
|   eCredit >= 23.5
|   |   property < 5.71
|   |   |   Type = student
|   |   |   |   LifeStyle = spend<<saving
|   |   |   |   |   Vacation < 24 : C4 (2/0)
|   |   |   |   |   Vacation >= 24 : C1 (2/0)
|   |   |   |   LifeStyle = spend<saving : C4 (2/0)
|   |   |   |   LifeStyle = spend>saving : C4 (3/0)
|   |   |   |   LifeStyle = spend>>saving
|   |   |   |   |   eCredit < 57 : C1 (1/0)
|   |   |   |   |   eCredit >= 57 : C4 (2/0)
|   |   |   Type = engineer
|   |   |   |   property < 4.02
|   |   |   |   |   salary < 23.7 : C4 (13/0)
|   |   |   |   |   salary >= 23.7 : C5 (1/0)
|   |   |   |   property >= 4.02
|   |   |   |   |   LifeStyle = spend<<saving
|   |   |   |   |   |   property < 5.12 : C1 (2/0)
|   |   |   |   |   |   property >= 5.12 : C4 (1/0)
|   |   |   |   |   LifeStyle = spend<saving : C1 (0/0)
|   |   |   |   |   LifeStyle = spend>saving : C1 (1/0)
|   |   |   |   |   LifeStyle = spend>>saving : C4 (1/0)
|   |   |   Type = librarian : C4 (14/0)
|   |   |   Type = professor : C4 (11/0)
|   |   |   Type = doctor : C4 (9/0)
|   |   property >= 5.71 : C1 (8/0)

Size of the tree : 52


RandomTree
==========

Vacation < 19.5
|   eCredit < 19
|   |   property < 2.12 : C2 (22/0)
|   |   property >= 2.12 : C1 (2/0)
|   eCredit >= 19
|   |   property < 3.81
|   |   |   salary < 23.7 : C1 (12/0)
|   |   |   salary >= 23.7 : C3 (3/0)
|   |   property >= 3.81
|   |   |   eCredit < 57.5 : C1 (1/0)
|   |   |   eCredit >= 57.5 : C3 (33/0)
Vacation >= 19.5
|   eCredit < 23.5
|   |   Vacation < 46.5
|   |   |   LifeStyle = spend<<saving : C1 (0/0)
|   |   |   LifeStyle = spend<saving : C1 (0/0)
|   |   |   LifeStyle = spend>saving : C4 (1/0)
|   |   |   LifeStyle = spend>>saving : C1 (2/0)
|   |   Vacation >= 46.5
|   |   |   salary < 20.52
|   |   |   |   Vacation < 50.5 : C5 (12/0)
|   |   |   |   Vacation >= 50.5
|   |   |   |   |   Type = student : C1 (0/0)
|   |   |   |   |   Type = engineer : C5 (4/0)
|   |   |   |   |   Type = librarian : C1 (0/0)
|   |   |   |   |   Type = professor : C4 (2/0)
|   |   |   |   |   Type = doctor : C1 (0/0)
|   |   |   salary >= 20.52 : C5 (26/0)
|   eCredit >= 23.5
|   |   salary < 16.94 : C1 (8/0)
|   |   salary >= 16.94
|   |   |   Type = student : C4 (9/0)
|   |   |   Type = engineer
|   |   |   |   eCredit < 79
|   |   |   |   |   LifeStyle = spend<<saving
|   |   |   |   |   |   eCredit < 60.5
|   |   |   |   |   |   |   Vacation < 33 : C4 (1/0)
|   |   |   |   |   |   |   Vacation >= 33 : C1 (2/0)
|   |   |   |   |   |   eCredit >= 60.5 : C4 (2/0)
|   |   |   |   |   LifeStyle = spend<saving : C4 (5/0)
|   |   |   |   |   LifeStyle = spend>saving : C4 (2/0)
|   |   |   |   |   LifeStyle = spend>>saving
|   |   |   |   |   |   eCredit < 42 : C1 (1/0)
|   |   |   |   |   |   eCredit >= 42 : C4 (2/0)
|   |   |   |   eCredit >= 79 : C1 (5/0)
|   |   |   Type = librarian : C4 (10/0)
|   |   |   Type = professor : C4 (8/0)
|   |   |   Type = doctor : C4 (11/0)

Size of the tree : 49


RandomTree
==========

Type = student
|   salary < 18.52 : C1 (17/0)
|   salary >= 18.52
|   |   eCredit < 63 : C4 (5/0)
|   |   eCredit >= 63
|   |   |   LifeStyle = spend<<saving : C4 (3/0)
|   |   |   LifeStyle = spend<saving : C3 (5/0)
|   |   |   LifeStyle = spend>saving : C3 (10/0)
|   |   |   LifeStyle = spend>>saving : C1 (0/0)
Type = engineer
|   eCredit < 32 : C5 (16/0)
|   eCredit >= 32
|   |   LifeStyle = spend<<saving
|   |   |   property < 3.3 : C1 (3/0)
|   |   |   property >= 3.3
|   |   |   |   Vacation < 44
|   |   |   |   |   eCredit < 79.5 : C4 (3/0)
|   |   |   |   |   eCredit >= 79.5 : C1 (1/0)
|   |   |   |   Vacation >= 44 : C1 (3/0)
|   |   LifeStyle = spend<saving : C1 (0/0)
|   |   LifeStyle = spend>saving
|   |   |   salary < 18.84 : C4 (1/0)
|   |   |   salary >= 18.84 : C1 (5/0)
|   |   LifeStyle = spend>>saving
|   |   |   Vacation < 40 : C4 (5/0)
|   |   |   Vacation >= 40 : C1 (2/0)
Type = librarian
|   Vacation < 14.5 : C2 (20/0)
|   Vacation >= 14.5 : C4 (8/0)
Type = professor
|   Vacation < 21 : C2 (12/0)
|   Vacation >= 21
|   |   eCredit < 11 : C5 (16/0)
|   |   eCredit >= 11 : C4 (12/0)
Type = doctor
|   eCredit < 84.5 : C4 (11/0)
|   eCredit >= 84.5 : C3 (28/0)

Size of the tree : 38


RandomTree
==========

Vacation < 21
|   Type = student
|   |   eCredit < 65 : C1 (7/0)
|   |   eCredit >= 65
|   |   |   eCredit < 77.5 : C3 (6/0)
|   |   |   eCredit >= 77.5 : C1 (4/0)
|   Type = engineer : C1 (6/0)
|   Type = librarian : C2 (10/0)
|   Type = professor : C2 (14/0)
|   Type = doctor : C3 (29/0)
Vacation >= 21
|   Vacation < 48.5
|   |   Type = student
|   |   |   Vacation < 28.5 : C1 (7/0)
|   |   |   Vacation >= 28.5 : C4 (4/0)
|   |   Type = engineer
|   |   |   LifeStyle = spend<<saving
|   |   |   |   Vacation < 27 : C4 (2/0)
|   |   |   |   Vacation >= 27
|   |   |   |   |   Vacation < 36.5
|   |   |   |   |   |   Vacation < 33.5 : C1 (2/0)
|   |   |   |   |   |   Vacation >= 33.5 : C4 (1/0)
|   |   |   |   |   Vacation >= 36.5 : C1 (4/0)
|   |   |   LifeStyle = spend<saving : C1 (0/0)
|   |   |   LifeStyle = spend>saving : C1 (2/0)
|   |   |   LifeStyle = spend>>saving
|   |   |   |   salary < 21.94 : C4 (6/0)
|   |   |   |   salary >= 21.94 : C5 (1/0)
|   |   Type = librarian : C4 (13/0)
|   |   Type = professor : C4 (8/0)
|   |   Type = doctor : C4 (10/0)
|   Vacation >= 48.5
|   |   Vacation < 51.5
|   |   |   LifeStyle = spend<<saving : C1 (0/0)
|   |   |   LifeStyle = spend<saving : C1 (0/0)
|   |   |   LifeStyle = spend>saving : C5 (23/0)
|   |   |   LifeStyle = spend>>saving
|   |   |   |   eCredit < 39 : C5 (17/0)
|   |   |   |   eCredit >= 39 : C4 (2/0)
|   |   Vacation >= 51.5
|   |   |   salary < 17.89 : C5 (1/0)
|   |   |   salary >= 17.89
|   |   |   |   property < 4.71
|   |   |   |   |   Vacation < 56
|   |   |   |   |   |   salary < 20.75 : C4 (2/0)
|   |   |   |   |   |   salary >= 20.75 : C1 (1/0)
|   |   |   |   |   Vacation >= 56 : C4 (3/0)
|   |   |   |   property >= 4.71 : C1 (1/0)

Size of the tree : 49


RandomTree
==========

Type = student
|   eCredit < 65
|   |   salary < 18.52 : C1 (21/0)
|   |   salary >= 18.52 : C4 (7/0)
|   eCredit >= 65
|   |   salary < 16.12 : C1 (5/0)
|   |   salary >= 16.12
|   |   |   LifeStyle = spend<<saving : C1 (0/0)
|   |   |   LifeStyle = spend<saving : C3 (9/0)
|   |   |   LifeStyle = spend>saving : C3 (7/0)
|   |   |   LifeStyle = spend>>saving : C4 (1/0)
Type = engineer
|   eCredit < 32
|   |   Vacation < 46.5 : C1 (1/0)
|   |   Vacation >= 46.5 : C5 (16/0)
|   eCredit >= 32
|   |   LifeStyle = spend<<saving
|   |   |   eCredit < 65.5
|   |   |   |   Vacation < 29.5 : C4 (1/0)
|   |   |   |   Vacation >= 29.5 : C1 (2/0)
|   |   |   eCredit >= 65.5 : C4 (4/0)
|   |   LifeStyle = spend<saving : C1 (0/0)
|   |   LifeStyle = spend>saving
|   |   |   salary < 19.35 : C4 (3/0)
|   |   |   salary >= 19.35 : C1 (10/0)
|   |   LifeStyle = spend>>saving
|   |   |   property < 2.86 : C1 (2/0)
|   |   |   property >= 2.86
|   |   |   |   property < 5.33 : C4 (6/0)
|   |   |   |   property >= 5.33 : C1 (2/0)
Type = librarian
|   salary < 19.13 : C2 (8/0)
|   salary >= 19.13
|   |   Vacation < 21.5 : C2 (1/0)
|   |   Vacation >= 21.5 : C4 (12/0)
Type = professor
|   Vacation < 46.5
|   |   property < 1.82
|   |   |   salary < 21.62 : C2 (9/0)
|   |   |   salary >= 21.62 : C4 (1/0)
|   |   property >= 1.82 : C4 (5/0)
|   Vacation >= 46.5 : C5 (15/0)
Type = doctor
|   Vacation < 20.5 : C3 (24/0)
|   Vacation >= 20.5 : C4 (14/0)

Size of the tree : 46


RandomTree
==========

Vacation < 16
|   Type = student
|   |   eCredit < 77.5
|   |   |   LifeStyle = spend<<saving : C1 (0/0)
|   |   |   LifeStyle = spend<saving
|   |   |   |   eCredit < 59 : C1 (2/0)
|   |   |   |   eCredit >= 59 : C3 (3/0)
|   |   |   LifeStyle = spend>saving : C3 (3/0)
|   |   |   LifeStyle = spend>>saving : C1 (0/0)
|   |   eCredit >= 77.5 : C1 (4/0)
|   Type = engineer : C1 (6/0)
|   Type = librarian : C2 (11/0)
|   Type = professor : C2 (14/0)
|   Type = doctor : C3 (29/0)
Vacation >= 16
|   Type = student
|   |   Vacation < 33.5
|   |   |   salary < 18.51 : C1 (12/0)
|   |   |   salary >= 18.51 : C4 (2/0)
|   |   Vacation >= 33.5 : C4 (6/0)
|   Type = engineer
|   |   eCredit < 32
|   |   |   salary < 20.63
|   |   |   |   property < 1.61 : C5 (4/0)
|   |   |   |   property >= 1.61
|   |   |   |   |   Vacation < 47.5 : C1 (1/0)
|   |   |   |   |   Vacation >= 47.5 : C5 (3/0)
|   |   |   salary >= 20.63 : C5 (15/0)
|   |   eCredit >= 32
|   |   |   Vacation < 38.5 : C1 (10/0)
|   |   |   Vacation >= 38.5
|   |   |   |   eCredit < 53.5
|   |   |   |   |   property < 4.41
|   |   |   |   |   |   Vacation < 39.5 : C4 (1/0)
|   |   |   |   |   |   Vacation >= 39.5 : C1 (1/0)
|   |   |   |   |   property >= 4.41 : C1 (4/0)
|   |   |   |   eCredit >= 53.5
|   |   |   |   |   eCredit < 76 : C4 (11/0)
|   |   |   |   |   eCredit >= 76 : C1 (3/0)
|   Type = librarian : C4 (10/0)
|   Type = professor
|   |   eCredit < 16 : C5 (18/0)
|   |   eCredit >= 16 : C4 (8/0)
|   Type = doctor : C4 (5/0)

Size of the tree : 45


RandomTree
==========

eCredit < 23.5
|   Type = student : C1 (3/0)
|   Type = engineer : C5 (15/0)
|   Type = librarian
|   |   salary < 19.13 : C2 (14/0)
|   |   salary >= 19.13
|   |   |   Vacation < 26.5 : C2 (1/0)
|   |   |   Vacation >= 26.5 : C4 (1/0)
|   Type = professor
|   |   property < 1.5 : C2 (18/0)
|   |   property >= 1.5
|   |   |   LifeStyle = spend<<saving : C4 (1/0)
|   |   |   LifeStyle = spend<saving : C1 (0/0)
|   |   |   LifeStyle = spend>saving : C5 (9/0)
|   |   |   LifeStyle = spend>>saving : C5 (8/0)
|   Type = doctor : C1 (0/0)
eCredit >= 23.5
|   Type = student
|   |   salary < 18.44
|   |   |   property < 5.33 : C1 (13/0)
|   |   |   property >= 5.33
|   |   |   |   salary < 16.8 : C3 (1/0)
|   |   |   |   salary >= 16.8 : C1 (1/0)
|   |   salary >= 18.44
|   |   |   salary < 22.29 : C4 (10/0)
|   |   |   salary >= 22.29 : C3 (8/0)
|   Type = engineer
|   |   eCredit < 32 : C5 (3/0)
|   |   eCredit >= 32
|   |   |   property < 5.36
|   |   |   |   salary < 20.87
|   |   |   |   |   Vacation < 29 : C1 (3/0)
|   |   |   |   |   Vacation >= 29
|   |   |   |   |   |   eCredit < 81.5 : C4 (10/0)
|   |   |   |   |   |   eCredit >= 81.5 : C1 (1/0)
|   |   |   |   salary >= 20.87 : C1 (5/0)
|   |   |   property >= 5.36 : C1 (14/0)
|   Type = librarian : C4 (10/0)
|   Type = professor : C4 (12/0)
|   Type = doctor
|   |   Vacation < 24.5 : C3 (18/0)
|   |   Vacation >= 24.5 : C4 (7/0)

Size of the tree : 43


RandomTree
==========

Type = student
|   Vacation < 22.5
|   |   property < 3.4 : C1 (14/0)
|   |   property >= 3.4
|   |   |   eCredit < 57.5 : C1 (1/0)
|   |   |   eCredit >= 57.5 : C3 (10/0)
|   Vacation >= 22.5
|   |   salary < 17.21 : C1 (4/0)
|   |   salary >= 17.21 : C4 (13/0)
Type = engineer
|   LifeStyle = spend<<saving
|   |   Vacation < 47.5
|   |   |   eCredit < 50.5 : C1 (2/0)
|   |   |   eCredit >= 50.5 : C4 (4/0)
|   |   Vacation >= 47.5 : C1 (2/0)
|   LifeStyle = spend<saving : C4 (4/0)
|   LifeStyle = spend>saving
|   |   Vacation < 45 : C1 (5/0)
|   |   Vacation >= 45 : C5 (11/0)
|   LifeStyle = spend>>saving
|   |   eCredit < 31.5 : C5 (18/0)
|   |   eCredit >= 31.5
|   |   |   Vacation < 35 : C1 (1/0)
|   |   |   Vacation >= 35 : C4 (5/0)
Type = librarian
|   eCredit < 18 : C2 (15/0)
|   eCredit >= 18 : C4 (10/0)
Type = professor
|   Vacation < 21 : C2 (12/0)
|   Vacation >= 21
|   |   eCredit < 11.5 : C5 (17/0)
|   |   eCredit >= 11.5 : C4 (10/0)
Type = doctor
|   Vacation < 25.5 : C3 (23/0)
|   Vacation >= 25.5 : C4 (5/0)

Size of the tree : 36


RandomTree
==========

Type = student
|   salary < 18.49
|   |   property < 5.33 : C1 (17/0)
|   |   property >= 5.33 : C3 (2/0)
|   salary >= 18.49
|   |   LifeStyle = spend<<saving : C4 (3/0)
|   |   LifeStyle = spend<saving
|   |   |   Vacation < 19.5 : C3 (3/0)
|   |   |   Vacation >= 19.5 : C4 (1/0)
|   |   LifeStyle = spend>saving
|   |   |   Vacation < 26 : C3 (9/0)
|   |   |   Vacation >= 26 : C4 (1/0)
|   |   LifeStyle = spend>>saving : C4 (3/0)
Type = engineer
|   eCredit < 31
|   |   eCredit < 21
|   |   |   Vacation < 48 : C1 (1/0)
|   |   |   Vacation >= 48 : C5 (6/0)
|   |   eCredit >= 21 : C5 (13/0)
|   eCredit >= 31
|   |   eCredit < 73
|   |   |   property < 4.95
|   |   |   |   LifeStyle = spend<<saving
|   |   |   |   |   property < 3.3 : C1 (1/0)
|   |   |   |   |   property >= 3.3 : C4 (3/0)
|   |   |   |   LifeStyle = spend<saving : C4 (1/0)
|   |   |   |   LifeStyle = spend>saving : C1 (1/0)
|   |   |   |   LifeStyle = spend>>saving : C4 (4/0)
|   |   |   property >= 4.95 : C1 (10/0)
|   |   eCredit >= 73 : C1 (10/0)
Type = librarian
|   eCredit < 16.5 : C2 (15/0)
|   eCredit >= 16.5 : C4 (12/0)
Type = professor
|   eCredit < 6.5 : C5 (18/0)
|   eCredit >= 6.5
|   |   property < 1.43 : C2 (9/0)
|   |   property >= 1.43 : C4 (7/0)
Type = doctor
|   eCredit < 84.5 : C4 (9/0)
|   eCredit >= 84.5 : C3 (27/0)

Size of the tree : 42


RandomTree
==========

Type = student
|   eCredit < 65
|   |   salary < 18.61 : C1 (13/0)
|   |   salary >= 18.61 : C4 (4/0)
|   eCredit >= 65
|   |   property < 3.26
|   |   |   LifeStyle = spend<<saving : C1 (0/0)
|   |   |   LifeStyle = spend<saving : C1 (2/0)
|   |   |   LifeStyle = spend>saving : C3 (1/0)
|   |   |   LifeStyle = spend>>saving : C1 (0/0)
|   |   property >= 3.26
|   |   |   LifeStyle = spend<<saving : C1 (0/0)
|   |   |   LifeStyle = spend<saving : C3 (10/0)
|   |   |   LifeStyle = spend>saving : C3 (8/0)
|   |   |   LifeStyle = spend>>saving : C4 (1/0)
Type = engineer
|   Vacation < 46
|   |   property < 5.5
|   |   |   Vacation < 29 : C1 (4/0)
|   |   |   Vacation >= 29
|   |   |   |   salary < 21.52
|   |   |   |   |   LifeStyle = spend<<saving
|   |   |   |   |   |   eCredit < 79.5 : C4 (6/0)
|   |   |   |   |   |   eCredit >= 79.5 : C1 (1/0)
|   |   |   |   |   LifeStyle = spend<saving : C1 (0/0)
|   |   |   |   |   LifeStyle = spend>saving : C4 (2/0)
|   |   |   |   |   LifeStyle = spend>>saving : C4 (4/0)
|   |   |   |   salary >= 21.52 : C1 (1/0)
|   |   property >= 5.5 : C1 (7/0)
|   Vacation >= 46
|   |   property < 2.57 : C5 (21/0)
|   |   property >= 2.57
|   |   |   eCredit < 79
|   |   |   |   LifeStyle = spend<<saving : C1 (2/0)
|   |   |   |   LifeStyle = spend<saving : C4 (3/0)
|   |   |   |   LifeStyle = spend>saving : C1 (0/0)
|   |   |   |   LifeStyle = spend>>saving : C4 (1/0)
|   |   |   eCredit >= 79 : C1 (3/0)
Type = librarian
|   salary < 18.88 : C2 (10/0)
|   salary >= 18.88 : C4 (11/0)
Type = professor
|   eCredit < 6.5
|   |   Vacation < 26 : C2 (3/0)
|   |   Vacation >= 26 : C5 (21/0)
|   eCredit >= 6.5
|   |   Vacation < 21.5 : C2 (9/0)
|   |   Vacation >= 21.5 : C4 (7/0)
Type = doctor
|   property < 6.17 : C4 (7/0)
|   property >= 6.17 : C3 (24/0)

Size of the tree : 52


RandomTree
==========

Type = student
|   Vacation < 22.5
|   |   eCredit < 65 : C1 (10/0)
|   |   eCredit >= 65
|   |   |   salary < 15.3 : C1 (2/0)
|   |   |   salary >= 15.3 : C3 (15/0)
|   Vacation >= 22.5
|   |   Vacation < 28.5
|   |   |   LifeStyle = spend<<saving
|   |   |   |   eCredit < 46 : C1 (1/0)
|   |   |   |   eCredit >= 46 : C4 (2/0)
|   |   |   LifeStyle = spend<saving : C4 (1/0)
|   |   |   LifeStyle = spend>saving : C1 (0/0)
|   |   |   LifeStyle = spend>>saving : C1 (2/0)
|   |   Vacation >= 28.5 : C4 (6/0)
Type = engineer
|   eCredit < 31
|   |   Vacation < 46.5 : C1 (1/0)
|   |   Vacation >= 46.5 : C5 (19/0)
|   eCredit >= 31
|   |   eCredit < 74
|   |   |   property < 5.5
|   |   |   |   salary < 21.52
|   |   |   |   |   eCredit < 43.5 : C1 (1/0)
|   |   |   |   |   eCredit >= 43.5
|   |   |   |   |   |   property < 4.54 : C4 (10/0)
|   |   |   |   |   |   property >= 4.54
|   |   |   |   |   |   |   eCredit < 62 : C1 (1/0)
|   |   |   |   |   |   |   eCredit >= 62 : C4 (1/0)
|   |   |   |   salary >= 21.52 : C1 (2/0)
|   |   |   property >= 5.5 : C1 (4/0)
|   |   eCredit >= 74 : C1 (11/0)
Type = librarian
|   Vacation < 14.5 : C2 (10/0)
|   Vacation >= 14.5 : C4 (13/0)
Type = professor
|   Vacation < 19.5 : C2 (11/0)
|   Vacation >= 19.5
|   |   eCredit < 11.5 : C5 (22/0)
|   |   eCredit >= 11.5 : C4 (5/0)
Type = doctor
|   eCredit < 88.5 : C4 (10/0)
|   eCredit >= 88.5 : C3 (26/0)

Size of the tree : 44


RandomTree
==========

Vacation < 16
|   salary < 21.23
|   |   property < 2.12 : C2 (21/0)
|   |   property >= 2.12
|   |   |   LifeStyle = spend<<saving : C1 (0/0)
|   |   |   LifeStyle = spend<saving
|   |   |   |   Vacation < 9.5 : C3 (2/0)
|   |   |   |   Vacation >= 9.5 : C1 (4/0)
|   |   |   LifeStyle = spend>saving : C1 (10/0)
|   |   |   LifeStyle = spend>>saving : C1 (0/0)
|   salary >= 21.23 : C3 (43/0)
Vacation >= 16
|   eCredit < 23.5
|   |   Vacation < 46.5 : C1 (6/0)
|   |   Vacation >= 46.5 : C5 (42/0)
|   eCredit >= 23.5
|   |   Vacation < 24.5
|   |   |   LifeStyle = spend<<saving : C4 (2/0)
|   |   |   LifeStyle = spend<saving : C1 (0/0)
|   |   |   LifeStyle = spend>saving : C1 (8/0)
|   |   |   LifeStyle = spend>>saving : C1 (3/0)
|   |   Vacation >= 24.5
|   |   |   property < 2.59 : C4 (13/0)
|   |   |   property >= 2.59
|   |   |   |   salary < 21.55
|   |   |   |   |   LifeStyle = spend<<saving
|   |   |   |   |   |   salary < 21.02 : C1 (4/0)
|   |   |   |   |   |   salary >= 21.02 : C4 (1/0)
|   |   |   |   |   LifeStyle = spend<saving : C4 (6/0)
|   |   |   |   |   LifeStyle = spend>saving
|   |   |   |   |   |   Vacation < 38.5
|   |   |   |   |   |   |   salary < 20.48 : C4 (2/0)
|   |   |   |   |   |   |   salary >= 20.48 : C1 (1/0)
|   |   |   |   |   |   Vacation >= 38.5 : C4 (3/0)
|   |   |   |   |   LifeStyle = spend>>saving
|   |   |   |   |   |   salary < 18.83 : C1 (2/0)
|   |   |   |   |   |   salary >= 18.83 : C4 (11/0)
|   |   |   |   salary >= 21.55 : C1 (2/0)

Size of the tree : 39


RandomTree
==========

Vacation < 24.5
|   Type = student
|   |   eCredit < 65 : C1 (17/0)
|   |   eCredit >= 65
|   |   |   eCredit < 78.5 : C3 (17/0)
|   |   |   eCredit >= 78.5 : C1 (2/0)
|   Type = engineer : C1 (6/0)
|   Type = librarian : C2 (14/0)
|   Type = professor : C2 (13/0)
|   Type = doctor : C3 (23/0)
Vacation >= 24.5
|   Vacation < 47.5
|   |   LifeStyle = spend<<saving
|   |   |   salary < 19.97 : C1 (2/0)
|   |   |   salary >= 19.97
|   |   |   |   Type = student : C4 (3/0)
|   |   |   |   Type = engineer
|   |   |   |   |   eCredit < 49.5 : C4 (3/0)
|   |   |   |   |   eCredit >= 49.5
|   |   |   |   |   |   Vacation < 41.5 : C1 (3/0)
|   |   |   |   |   |   Vacation >= 41.5 : C4 (1/0)
|   |   |   |   Type = librarian : C4 (2/0)
|   |   |   |   Type = professor : C1 (0/0)
|   |   |   |   Type = doctor : C1 (0/0)
|   |   LifeStyle = spend<saving : C4 (11/0)
|   |   LifeStyle = spend>saving
|   |   |   Type = student : C4 (1/0)
|   |   |   Type = engineer
|   |   |   |   Vacation < 40 : C1 (2/0)
|   |   |   |   Vacation >= 40 : C4 (2/0)
|   |   |   Type = librarian : C4 (2/0)
|   |   |   Type = professor : C4 (1/0)
|   |   |   Type = doctor : C4 (5/0)
|   |   LifeStyle = spend>>saving
|   |   |   property < 3.95 : C4 (2/0)
|   |   |   property >= 3.95
|   |   |   |   salary < 19.69 : C1 (7/0)
|   |   |   |   salary >= 19.69 : C4 (1/0)
|   Vacation >= 47.5
|   |   eCredit < 25.5 : C5 (33/0)
|   |   eCredit >= 25.5
|   |   |   Type = student : C4 (2/0)
|   |   |   Type = engineer
|   |   |   |   eCredit < 68.5
|   |   |   |   |   LifeStyle = spend<<saving : C1 (1/0)
|   |   |   |   |   LifeStyle = spend<saving : C1 (0/0)
|   |   |   |   |   LifeStyle = spend>saving : C1 (0/0)
|   |   |   |   |   LifeStyle = spend>>saving : C4 (3/0)
|   |   |   |   eCredit >= 68.5 : C1 (3/0)
|   |   |   Type = librarian : C4 (1/0)
|   |   |   Type = professor : C4 (2/0)
|   |   |   Type = doctor : C4 (1/0)

Size of the tree : 53


RandomTree
==========

Type = student
|   salary < 18.49
|   |   salary < 16.64 : C1 (14/0)
|   |   salary >= 16.64
|   |   |   Vacation < 9.5 : C3 (1/0)
|   |   |   Vacation >= 9.5 : C1 (2/0)
|   salary >= 18.49
|   |   Vacation < 18.5 : C3 (15/0)
|   |   Vacation >= 18.5 : C4 (10/0)
Type = engineer
|   Vacation < 46.5
|   |   salary < 19.31 : C4 (6/0)
|   |   salary >= 19.31
|   |   |   salary < 21.12 : C1 (12/0)
|   |   |   salary >= 21.12
|   |   |   |   Vacation < 33 : C4 (3/0)
|   |   |   |   Vacation >= 33 : C1 (1/0)
|   Vacation >= 46.5
|   |   LifeStyle = spend<<saving : C1 (1/0)
|   |   LifeStyle = spend<saving : C4 (2/0)
|   |   LifeStyle = spend>saving
|   |   |   salary < 19.75
|   |   |   |   Vacation < 55.5 : C5 (4/0)
|   |   |   |   Vacation >= 55.5 : C4 (1/0)
|   |   |   salary >= 19.75 : C5 (6/0)
|   |   LifeStyle = spend>>saving
|   |   |   eCredit < 39 : C5 (11/0)
|   |   |   eCredit >= 39
|   |   |   |   Vacation < 51.5 : C4 (4/0)
|   |   |   |   Vacation >= 51.5 : C1 (1/0)
Type = librarian
|   salary < 19.63 : C2 (12/0)
|   salary >= 19.63 : C4 (5/0)
Type = professor
|   Vacation < 21 : C2 (16/0)
|   Vacation >= 21
|   |   property < 1.75 : C4 (5/0)
|   |   property >= 1.75
|   |   |   eCredit < 11 : C5 (24/0)
|   |   |   eCredit >= 11 : C4 (6/0)
Type = doctor
|   Vacation < 24 : C3 (16/0)
|   Vacation >= 24 : C4 (8/0)

Size of the tree : 44


RandomTree
==========

Type = student
|   salary < 18.49 : C1 (24/0)
|   salary >= 18.49
|   |   Vacation < 18 : C3 (12/0)
|   |   Vacation >= 18 : C4 (15/0)
Type = engineer
|   eCredit < 37
|   |   Vacation < 46.5 : C1 (2/0)
|   |   Vacation >= 46.5 : C5 (20/0)
|   eCredit >= 37
|   |   LifeStyle = spend<<saving : C4 (3/0)
|   |   LifeStyle = spend<saving : C4 (5/0)
|   |   LifeStyle = spend>saving
|   |   |   Vacation < 41.5 : C1 (9/0)
|   |   |   Vacation >= 41.5 : C4 (3/0)
|   |   LifeStyle = spend>>saving : C1 (1/0)
Type = librarian
|   Vacation < 16 : C2 (9/0)
|   Vacation >= 16 : C4 (4/0)
Type = professor
|   property < 1.32
|   |   eCredit < 19.5 : C2 (12/0)
|   |   eCredit >= 19.5 : C4 (1/0)
|   property >= 1.32
|   |   eCredit < 18.5 : C5 (18/0)
|   |   eCredit >= 18.5 : C4 (7/0)
Type = doctor
|   Vacation < 20.5 : C3 (35/0)
|   Vacation >= 20.5 : C4 (6/0)

Size of the tree : 30


RandomTree
==========

Type = student
|   salary < 18.49
|   |   property < 5.33 : C1 (19/0)
|   |   property >= 5.33 : C3 (1/0)
|   salary >= 18.49
|   |   Vacation < 18.5 : C3 (10/0)
|   |   Vacation >= 18.5 : C4 (8/0)
Type = engineer
|   eCredit < 31 : C5 (11/0)
|   eCredit >= 31
|   |   salary < 19.3 : C4 (5/0)
|   |   salary >= 19.3
|   |   |   Vacation < 42
|   |   |   |   eCredit < 44.5
|   |   |   |   |   LifeStyle = spend<<saving : C1 (0/0)
|   |   |   |   |   LifeStyle = spend<saving : C1 (0/0)
|   |   |   |   |   LifeStyle = spend>saving : C1 (1/0)
|   |   |   |   |   LifeStyle = spend>>saving
|   |   |   |   |   |   eCredit < 42 : C1 (1/0)
|   |   |   |   |   |   eCredit >= 42 : C4 (1/0)
|   |   |   |   eCredit >= 44.5 : C1 (14/0)
|   |   |   Vacation >= 42
|   |   |   |   property < 2.86 : C1 (2/0)
|   |   |   |   property >= 2.86
|   |   |   |   |   property < 4.71 : C4 (5/0)
|   |   |   |   |   property >= 4.71 : C1 (2/0)
Type = librarian
|   Vacation < 15.5 : C2 (16/0)
|   Vacation >= 15.5 : C4 (9/0)
Type = professor
|   eCredit < 7.5
|   |   Vacation < 26 : C2 (2/0)
|   |   Vacation >= 26 : C5 (25/0)
|   eCredit >= 7.5
|   |   eCredit < 15 : C2 (9/0)
|   |   eCredit >= 15 : C4 (10/0)
Type = doctor
|   salary < 21.42 : C4 (10/0)
|   salary >= 21.42 : C3 (25/0)

Size of the tree : 40


RandomTree
==========

Type = student
|   salary < 18.49 : C1 (13/0)
|   salary >= 18.49
|   |   salary < 21.7 : C4 (7/0)
|   |   salary >= 21.7 : C3 (10/0)
Type = engineer
|   property < 2.54
|   |   eCredit < 41 : C5 (19/0)
|   |   eCredit >= 41 : C1 (3/0)
|   property >= 2.54
|   |   LifeStyle = spend<<saving
|   |   |   Vacation < 29.5 : C4 (1/0)
|   |   |   Vacation >= 29.5 : C1 (9/0)
|   |   LifeStyle = spend<saving : C4 (3/0)
|   |   LifeStyle = spend>saving
|   |   |   property < 2.87 : C4 (1/0)
|   |   |   property >= 2.87 : C1 (10/0)
|   |   LifeStyle = spend>>saving
|   |   |   Vacation < 50.5 : C4 (4/0)
|   |   |   Vacation >= 50.5 : C1 (1/0)
Type = librarian
|   eCredit < 16.5 : C2 (12/0)
|   eCredit >= 16.5 : C4 (12/0)
Type = professor
|   property < 1.32
|   |   Vacation < 24 : C2 (14/0)
|   |   Vacation >= 24 : C4 (1/0)
|   property >= 1.32
|   |   property < 2.24
|   |   |   salary < 20.38 : C4 (5/0)
|   |   |   salary >= 20.38
|   |   |   |   LifeStyle = spend<<saving : C1 (0/0)
|   |   |   |   LifeStyle = spend<saving : C1 (0/0)
|   |   |   |   LifeStyle = spend>saving : C5 (1/0)
|   |   |   |   LifeStyle = spend>>saving : C4 (1/0)
|   |   property >= 2.24
|   |   |   eCredit < 21 : C5 (23/0)
|   |   |   eCredit >= 21 : C4 (2/0)
Type = doctor
|   eCredit < 81 : C4 (5/0)
|   eCredit >= 81 : C3 (29/0)

Size of the tree : 42


RandomTree
==========

Type = student
|   salary < 18.52
|   |   eCredit < 62 : C1 (16/0)
|   |   eCredit >= 62
|   |   |   eCredit < 71.5 : C3 (1/0)
|   |   |   eCredit >= 71.5 : C1 (2/0)
|   salary >= 18.52
|   |   Vacation < 18.5 : C3 (10/0)
|   |   Vacation >= 18.5 : C4 (10/0)
Type = engineer
|   eCredit < 32
|   |   salary < 20.63
|   |   |   Vacation < 47.5 : C1 (1/0)
|   |   |   Vacation >= 47.5 : C5 (6/0)
|   |   salary >= 20.63 : C5 (16/0)
|   eCredit >= 32
|   |   salary < 19.35 : C4 (9/0)
|   |   salary >= 19.35
|   |   |   property < 5.52
|   |   |   |   Vacation < 24.5 : C1 (4/0)
|   |   |   |   Vacation >= 24.5
|   |   |   |   |   eCredit < 65
|   |   |   |   |   |   salary < 21.07 : C1 (2/0)
|   |   |   |   |   |   salary >= 21.07 : C4 (1/0)
|   |   |   |   |   eCredit >= 65 : C4 (5/0)
|   |   |   property >= 5.52 : C1 (6/0)
Type = librarian
|   salary < 18.66 : C2 (7/0)
|   salary >= 18.66
|   |   eCredit < 16 : C2 (3/0)
|   |   eCredit >= 16 : C4 (7/0)
Type = professor
|   property < 1.32 : C2 (12/0)
|   property >= 1.32
|   |   salary < 22.11
|   |   |   LifeStyle = spend<<saving : C4 (2/0)
|   |   |   LifeStyle = spend<saving : C4 (3/0)
|   |   |   LifeStyle = spend>saving : C5 (4/0)
|   |   |   LifeStyle = spend>>saving
|   |   |   |   property < 2.43 : C4 (3/0)
|   |   |   |   property >= 2.43
|   |   |   |   |   Vacation < 47 : C4 (1/0)
|   |   |   |   |   Vacation >= 47 : C5 (2/0)
|   |   salary >= 22.11 : C5 (15/0)
Type = doctor
|   Vacation < 24.5 : C3 (25/0)
|   Vacation >= 24.5 : C4 (13/0)

Size of the tree : 48


RandomTree
==========

Type = student
|   eCredit < 65
|   |   salary < 18.52 : C1 (12/0)
|   |   salary >= 18.52 : C4 (9/0)
|   eCredit >= 65
|   |   eCredit < 73.5
|   |   |   Vacation < 23 : C3 (9/0)
|   |   |   Vacation >= 23 : C4 (1/0)
|   |   eCredit >= 73.5
|   |   |   Vacation < 46 : C1 (5/0)
|   |   |   Vacation >= 46 : C4 (1/0)
Type = engineer
|   eCredit < 32 : C5 (12/0)
|   eCredit >= 32
|   |   property < 4.95
|   |   |   salary < 19.45 : C4 (6/0)
|   |   |   salary >= 19.45
|   |   |   |   LifeStyle = spend<<saving
|   |   |   |   |   Vacation < 41.5
|   |   |   |   |   |   salary < 20.89 : C1 (3/0)
|   |   |   |   |   |   salary >= 20.89
|   |   |   |   |   |   |   Vacation < 39.5 : C4 (3/0)
|   |   |   |   |   |   |   Vacation >= 39.5 : C1 (2/0)
|   |   |   |   |   Vacation >= 41.5 : C4 (2/0)
|   |   |   |   LifeStyle = spend<saving : C4 (2/0)
|   |   |   |   LifeStyle = spend>saving : C1 (6/0)
|   |   |   |   LifeStyle = spend>>saving
|   |   |   |   |   property < 2.86 : C1 (2/0)
|   |   |   |   |   property >= 2.86 : C4 (4/0)
|   |   property >= 4.95 : C1 (11/0)
Type = librarian
|   eCredit < 18 : C2 (9/0)
|   eCredit >= 18 : C4 (5/0)
Type = professor
|   Vacation < 45
|   |   Vacation < 21 : C2 (7/0)
|   |   Vacation >= 21 : C4 (7/0)
|   Vacation >= 45
|   |   LifeStyle = spend<<saving : C4 (3/0)
|   |   LifeStyle = spend<saving : C1 (0/0)
|   |   LifeStyle = spend>saving : C5 (9/0)
|   |   LifeStyle = spend>>saving : C5 (16/0)
Type = doctor
|   Vacation < 27.5 : C3 (31/0)
|   Vacation >= 27.5 : C4 (9/0)

Size of the tree : 46


RandomTree
==========

Type = student
|   Vacation < 18
|   |   salary < 16.23 : C1 (5/0)
|   |   salary >= 16.23 : C3 (11/0)
|   Vacation >= 18
|   |   eCredit < 40.5 : C1 (8/0)
|   |   eCredit >= 40.5 : C4 (9/0)
Type = engineer
|   property < 2.44 : C5 (22/0)
|   property >= 2.44
|   |   salary < 19.35 : C4 (6/0)
|   |   salary >= 19.35
|   |   |   Vacation < 23 : C1 (9/0)
|   |   |   Vacation >= 23
|   |   |   |   property < 3.37 : C1 (4/0)
|   |   |   |   property >= 3.37
|   |   |   |   |   property < 5.52
|   |   |   |   |   |   Vacation < 41
|   |   |   |   |   |   |   Vacation < 36.5 : C4 (2/0)
|   |   |   |   |   |   |   Vacation >= 36.5
|   |   |   |   |   |   |   |   eCredit < 69 : C4 (1/0)
|   |   |   |   |   |   |   |   eCredit >= 69 : C1 (1/0)
|   |   |   |   |   |   Vacation >= 41 : C4 (4/0)
|   |   |   |   |   property >= 5.52 : C1 (1/0)
Type = librarian
|   Vacation < 16.5 : C2 (14/0)
|   Vacation >= 16.5 : C4 (7/0)
Type = professor
|   Vacation < 21.5 : C2 (17/0)
|   Vacation >= 21.5
|   |   property < 1.81 : C4 (5/0)
|   |   property >= 1.81
|   |   |   eCredit < 18.5 : C5 (17/0)
|   |   |   eCredit >= 18.5 : C4 (8/0)
Type = doctor
|   eCredit < 89.5 : C4 (6/0)
|   eCredit >= 89.5 : C3 (29/0)

Size of the tree : 38


RandomTree
==========

Type = student
|   eCredit < 55.5 : C1 (18/0)
|   eCredit >= 55.5
|   |   salary < 21.91
|   |   |   Vacation < 16.5
|   |   |   |   LifeStyle = spend<<saving : C1 (0/0)
|   |   |   |   LifeStyle = spend<saving : C1 (1/0)
|   |   |   |   LifeStyle = spend>saving : C3 (1/0)
|   |   |   |   LifeStyle = spend>>saving : C1 (0/0)
|   |   |   Vacation >= 16.5 : C4 (7/0)
|   |   salary >= 21.91 : C3 (8/0)
Type = engineer
|   eCredit < 32
|   |   Vacation < 47.5 : C1 (1/0)
|   |   Vacation >= 47.5 : C5 (20/0)
|   eCredit >= 32
|   |   Vacation < 24.5 : C1 (5/0)
|   |   Vacation >= 24.5
|   |   |   property < 5.5
|   |   |   |   salary < 20.41 : C4 (10/0)
|   |   |   |   salary >= 20.41
|   |   |   |   |   property < 3.41
|   |   |   |   |   |   LifeStyle = spend<<saving : C1 (2/0)
|   |   |   |   |   |   LifeStyle = spend<saving : C1 (0/0)
|   |   |   |   |   |   LifeStyle = spend>saving : C1 (1/0)
|   |   |   |   |   |   LifeStyle = spend>>saving
|   |   |   |   |   |   |   Vacation < 51.5 : C4 (1/0)
|   |   |   |   |   |   |   Vacation >= 51.5 : C1 (1/0)
|   |   |   |   |   property >= 3.41 : C4 (7/0)
|   |   |   property >= 5.5 : C1 (5/0)
Type = librarian
|   Vacation < 16.5 : C2 (21/0)
|   Vacation >= 16.5 : C4 (10/0)
Type = professor
|   eCredit < 7.5
|   |   LifeStyle = spend<<saving : C1 (0/0)
|   |   LifeStyle = spend<saving : C2 (1/0)
|   |   LifeStyle = spend>saving : C5 (9/0)
|   |   LifeStyle = spend>>saving : C5 (7/0)
|   eCredit >= 7.5
|   |   property < 1.48
|   |   |   eCredit < 19.5 : C2 (9/0)
|   |   |   eCredit >= 19.5 : C4 (1/0)
|   |   property >= 1.48 : C4 (9/0)
Type = doctor
|   eCredit < 91 : C4 (5/0)
|   eCredit >= 91 : C3 (26/0)

Size of the tree : 48


RandomTree
==========

Vacation < 15.5
|   Type = student
|   |   Vacation < 10.5
|   |   |   salary < 18.48 : C1 (5/0)
|   |   |   salary >= 18.48 : C3 (6/0)
|   |   Vacation >= 10.5 : C3 (9/0)
|   Type = engineer : C1 (4/0)
|   Type = librarian : C2 (14/0)
|   Type = professor : C2 (9/0)
|   Type = doctor : C3 (25/0)
Vacation >= 15.5
|   Vacation < 46.5
|   |   Type = student
|   |   |   salary < 17.83 : C1 (16/0)
|   |   |   salary >= 17.83 : C4 (5/0)
|   |   Type = engineer
|   |   |   property < 2.27 : C1 (7/0)
|   |   |   property >= 2.27
|   |   |   |   eCredit < 61.5
|   |   |   |   |   property < 5.33
|   |   |   |   |   |   salary < 20.25 : C4 (1/0)
|   |   |   |   |   |   salary >= 20.25 : C1 (2/0)
|   |   |   |   |   property >= 5.33 : C1 (6/0)
|   |   |   |   eCredit >= 61.5
|   |   |   |   |   LifeStyle = spend<<saving : C4 (1/0)
|   |   |   |   |   LifeStyle = spend<saving : C1 (0/0)
|   |   |   |   |   LifeStyle = spend>saving
|   |   |   |   |   |   eCredit < 67 : C4 (1/0)
|   |   |   |   |   |   eCredit >= 67 : C1 (1/0)
|   |   |   |   |   LifeStyle = spend>>saving : C4 (1/0)
|   |   Type = librarian : C4 (5/0)
|   |   Type = professor : C4 (4/0)
|   |   Type = doctor : C4 (7/0)
|   Vacation >= 46.5
|   |   LifeStyle = spend<<saving : C4 (4/0)
|   |   LifeStyle = spend<saving : C4 (6/0)
|   |   LifeStyle = spend>saving
|   |   |   salary < 19.33
|   |   |   |   Vacation < 54.5 : C5 (1/0)
|   |   |   |   Vacation >= 54.5 : C4 (2/0)
|   |   |   salary >= 19.33 : C5 (18/0)
|   |   LifeStyle = spend>>saving
|   |   |   eCredit < 43 : C5 (24/0)
|   |   |   eCredit >= 43 : C4 (2/0)

Size of the tree : 45


RandomTree
==========

Vacation < 16
|   Type = student
|   |   salary < 18.48
|   |   |   LifeStyle = spend<<saving : C1 (0/0)
|   |   |   LifeStyle = spend<saving
|   |   |   |   salary < 16.8 : C3 (2/0)
|   |   |   |   salary >= 16.8 : C1 (1/0)
|   |   |   LifeStyle = spend>saving : C1 (1/0)
|   |   |   LifeStyle = spend>>saving : C1 (0/0)
|   |   salary >= 18.48 : C3 (7/0)
|   Type = engineer : C1 (3/0)
|   Type = librarian : C2 (17/0)
|   Type = professor : C2 (17/0)
|   Type = doctor : C3 (27/0)
Vacation >= 16
|   Type = student
|   |   salary < 17.96 : C1 (7/0)
|   |   salary >= 17.96 : C4 (4/0)
|   Type = engineer
|   |   property < 2.48
|   |   |   Vacation < 47.5 : C1 (3/0)
|   |   |   Vacation >= 47.5 : C5 (14/0)
|   |   property >= 2.48
|   |   |   property < 4.95
|   |   |   |   LifeStyle = spend<<saving
|   |   |   |   |   Vacation < 39.5 : C4 (3/0)
|   |   |   |   |   Vacation >= 39.5 : C1 (1/0)
|   |   |   |   LifeStyle = spend<saving : C4 (5/0)
|   |   |   |   LifeStyle = spend>saving
|   |   |   |   |   Vacation < 40 : C1 (4/0)
|   |   |   |   |   Vacation >= 40 : C4 (1/0)
|   |   |   |   LifeStyle = spend>>saving
|   |   |   |   |   Vacation < 51.5 : C4 (4/0)
|   |   |   |   |   Vacation >= 51.5 : C1 (2/0)
|   |   |   property >= 4.95 : C1 (9/0)
|   Type = librarian : C4 (17/0)
|   Type = professor
|   |   eCredit < 16 : C5 (18/0)
|   |   eCredit >= 16 : C4 (10/0)
|   Type = doctor : C4 (9/0)

Size of the tree : 41


RandomTree
==========

Type = student
|   salary < 16.64 : C1 (15/0)
|   salary >= 16.64
|   |   Vacation < 18 : C3 (10/0)
|   |   Vacation >= 18 : C4 (6/0)
Type = engineer
|   property < 2.44
|   |   Vacation < 32 : C1 (1/0)
|   |   Vacation >= 32 : C5 (20/0)
|   property >= 2.44
|   |   property < 5.5
|   |   |   salary < 19.31 : C4 (4/0)
|   |   |   salary >= 19.31
|   |   |   |   property < 3.35 : C1 (4/0)
|   |   |   |   property >= 3.35
|   |   |   |   |   property < 4.95 : C4 (6/0)
|   |   |   |   |   property >= 4.95
|   |   |   |   |   |   Vacation < 43 : C4 (1/0)
|   |   |   |   |   |   Vacation >= 43 : C1 (1/0)
|   |   property >= 5.5 : C1 (7/0)
Type = librarian
|   salary < 19.13 : C2 (8/0)
|   salary >= 19.13 : C4 (10/0)
Type = professor
|   Vacation < 21 : C2 (14/0)
|   Vacation >= 21
|   |   eCredit < 11.5 : C5 (19/0)
|   |   eCredit >= 11.5 : C4 (13/0)
Type = doctor
|   eCredit < 89.5 : C4 (20/0)
|   eCredit >= 89.5 : C3 (27/0)

Size of the tree : 32


RandomTree
==========

Type = student
|   eCredit < 56
|   |   Vacation < 33.5 : C1 (18/0)
|   |   Vacation >= 33.5 : C4 (1/0)
|   eCredit >= 56
|   |   LifeStyle = spend<<saving : C4 (4/0)
|   |   LifeStyle = spend<saving
|   |   |   eCredit < 78.5 : C3 (3/0)
|   |   |   eCredit >= 78.5 : C1 (1/0)
|   |   LifeStyle = spend>saving : C3 (4/0)
|   |   LifeStyle = spend>>saving
|   |   |   Vacation < 30 : C1 (2/0)
|   |   |   Vacation >= 30 : C4 (1/0)
Type = engineer
|   Vacation < 46.5
|   |   LifeStyle = spend<<saving
|   |   |   salary < 21.02 : C1 (7/0)
|   |   |   salary >= 21.02
|   |   |   |   property < 3.22 : C1 (1/0)
|   |   |   |   property >= 3.22 : C4 (3/0)
|   |   LifeStyle = spend<saving : C1 (0/0)
|   |   LifeStyle = spend>saving : C1 (7/0)
|   |   LifeStyle = spend>>saving
|   |   |   Vacation < 30.5 : C4 (3/0)
|   |   |   Vacation >= 30.5
|   |   |   |   eCredit < 51 : C1 (2/0)
|   |   |   |   eCredit >= 51 : C4 (1/0)
|   Vacation >= 46.5
|   |   eCredit < 39 : C5 (24/0)
|   |   eCredit >= 39
|   |   |   LifeStyle = spend<<saving : C1 (1/0)
|   |   |   LifeStyle = spend<saving : C4 (4/0)
|   |   |   LifeStyle = spend>saving : C1 (0/0)
|   |   |   LifeStyle = spend>>saving
|   |   |   |   Vacation < 51.5 : C4 (2/0)
|   |   |   |   Vacation >= 51.5 : C1 (3/0)
Type = librarian
|   Vacation < 21.5 : C2 (13/0)
|   Vacation >= 21.5 : C4 (6/0)
Type = professor
|   salary < 22.11
|   |   property < 1.23 : C2 (9/0)
|   |   property >= 1.23
|   |   |   eCredit < 18 : C5 (7/0)
|   |   |   eCredit >= 18 : C4 (6/0)
|   salary >= 22.11 : C5 (18/0)
Type = doctor
|   Vacation < 20.5 : C3 (25/0)
|   Vacation >= 20.5 : C4 (10/0)

Size of the tree : 50


RandomTree
==========

Vacation < 16
|   Type = student
|   |   salary < 18.52
|   |   |   eCredit < 59 : C1 (5/0)
|   |   |   eCredit >= 59
|   |   |   |   Vacation < 9.5 : C3 (1/0)
|   |   |   |   Vacation >= 9.5 : C1 (1/0)
|   |   salary >= 18.52 : C3 (9/0)
|   Type = engineer : C1 (2/0)
|   Type = librarian : C2 (16/0)
|   Type = professor : C2 (8/0)
|   Type = doctor : C3 (30/0)
Vacation >= 16
|   Type = student
|   |   eCredit < 39.5 : C1 (8/0)
|   |   eCredit >= 39.5
|   |   |   salary < 16.96 : C1 (2/0)
|   |   |   salary >= 16.96 : C4 (14/0)
|   Type = engineer
|   |   property < 2.54
|   |   |   Vacation < 46.5 : C1 (2/0)
|   |   |   Vacation >= 46.5 : C5 (18/0)
|   |   property >= 2.54
|   |   |   property < 4.95
|   |   |   |   property < 3.37
|   |   |   |   |   Vacation < 45 : C1 (3/0)
|   |   |   |   |   Vacation >= 45
|   |   |   |   |   |   eCredit < 68.5 : C4 (3/0)
|   |   |   |   |   |   eCredit >= 68.5 : C1 (1/0)
|   |   |   |   property >= 3.37 : C4 (4/0)
|   |   |   property >= 4.95 : C1 (11/0)
|   Type = librarian : C4 (14/0)
|   Type = professor
|   |   Vacation < 46 : C4 (9/0)
|   |   Vacation >= 46 : C5 (17/0)
|   Type = doctor : C4 (8/0)

Size of the tree : 37


RandomTree
==========

eCredit < 29.5
|   Vacation < 47.5
|   |   Vacation < 10.5 : C2 (22/0)
|   |   Vacation >= 10.5
|   |   |   Type = student : C1 (3/0)
|   |   |   Type = engineer : C1 (2/0)
|   |   |   Type = librarian
|   |   |   |   Vacation < 21.5 : C2 (1/0)
|   |   |   |   Vacation >= 21.5 : C4 (1/0)
|   |   |   Type = professor : C1 (0/0)
|   |   |   Type = doctor : C1 (0/0)
|   Vacation >= 47.5 : C5 (40/0)
eCredit >= 29.5
|   salary < 21.98
|   |   Type = student
|   |   |   Vacation < 30
|   |   |   |   LifeStyle = spend<<saving : C1 (1/0)
|   |   |   |   LifeStyle = spend<saving
|   |   |   |   |   Vacation < 17.5 : C1 (4/0)
|   |   |   |   |   Vacation >= 17.5 : C4 (1/0)
|   |   |   |   LifeStyle = spend>saving : C1 (3/0)
|   |   |   |   LifeStyle = spend>>saving : C1 (7/0)
|   |   |   Vacation >= 30 : C4 (3/0)
|   |   Type = engineer
|   |   |   eCredit < 62.5
|   |   |   |   Vacation < 50
|   |   |   |   |   salary < 21.12 : C1 (13/0)
|   |   |   |   |   salary >= 21.12
|   |   |   |   |   |   Vacation < 33 : C4 (1/0)
|   |   |   |   |   |   Vacation >= 33 : C1 (1/0)
|   |   |   |   Vacation >= 50 : C4 (3/0)
|   |   |   eCredit >= 62.5
|   |   |   |   Vacation < 28.5 : C1 (3/0)
|   |   |   |   Vacation >= 28.5
|   |   |   |   |   eCredit < 79 : C4 (10/0)
|   |   |   |   |   eCredit >= 79 : C1 (2/0)
|   |   Type = librarian : C4 (10/0)
|   |   Type = professor : C4 (5/0)
|   |   Type = doctor
|   |   |   eCredit < 134 : C4 (6/0)
|   |   |   eCredit >= 134 : C3 (3/0)
|   salary >= 21.98 : C3 (41/0)

Size of the tree : 43


RandomTree
==========

Vacation < 16
|   salary < 21.23
|   |   Type = student
|   |   |   salary < 16.64 : C1 (8/0)
|   |   |   salary >= 16.64
|   |   |   |   Vacation < 9.5 : C3 (3/0)
|   |   |   |   Vacation >= 9.5
|   |   |   |   |   LifeStyle = spend<<saving : C1 (0/0)
|   |   |   |   |   LifeStyle = spend<saving : C1 (1/0)
|   |   |   |   |   LifeStyle = spend>saving : C3 (1/0)
|   |   |   |   |   LifeStyle = spend>>saving : C1 (0/0)
|   |   Type = engineer : C1 (4/0)
|   |   Type = librarian : C2 (19/0)
|   |   Type = professor : C2 (9/0)
|   |   Type = doctor : C1 (0/0)
|   salary >= 21.23 : C3 (38/0)
Vacation >= 16
|   salary < 21.88
|   |   eCredit < 21
|   |   |   Type = student : C1 (2/0)
|   |   |   Type = engineer : C5 (9/0)
|   |   |   Type = librarian : C1 (0/0)
|   |   |   Type = professor : C5 (7/0)
|   |   |   Type = doctor : C1 (0/0)
|   |   eCredit >= 21
|   |   |   Type = student
|   |   |   |   salary < 17.83 : C1 (3/0)
|   |   |   |   salary >= 17.83 : C4 (6/0)
|   |   |   Type = engineer
|   |   |   |   salary < 21.05
|   |   |   |   |   property < 2.64
|   |   |   |   |   |   Vacation < 54 : C5 (1/0)
|   |   |   |   |   |   Vacation >= 54 : C4 (1/0)
|   |   |   |   |   property >= 2.64
|   |   |   |   |   |   LifeStyle = spend<<saving
|   |   |   |   |   |   |   eCredit < 67 : C1 (5/0)
|   |   |   |   |   |   |   eCredit >= 67
|   |   |   |   |   |   |   |   Vacation < 39.5 : C4 (1/0)
|   |   |   |   |   |   |   |   Vacation >= 39.5 : C1 (2/0)
|   |   |   |   |   |   LifeStyle = spend<saving : C4 (1/0)
|   |   |   |   |   |   LifeStyle = spend>saving : C1 (8/0)
|   |   |   |   |   |   LifeStyle = spend>>saving : C1 (5/0)
|   |   |   |   salary >= 21.05
|   |   |   |   |   Vacation < 28 : C1 (1/0)
|   |   |   |   |   Vacation >= 28 : C4 (4/0)
|   |   |   Type = librarian : C4 (10/0)
|   |   |   Type = professor : C4 (11/0)
|   |   |   Type = doctor : C4 (5/0)
|   salary >= 21.88
|   |   LifeStyle = spend<<saving : C1 (0/0)
|   |   LifeStyle = spend<saving : C4 (1/0)
|   |   LifeStyle = spend>saving : C5 (11/0)
|   |   LifeStyle = spend>>saving : C5 (9/0)

Size of the tree : 54


RandomTree
==========

Type = student
|   salary < 18.49
|   |   property < 5.33 : C1 (15/0)
|   |   property >= 5.33 : C3 (3/0)
|   salary >= 18.49
|   |   LifeStyle = spend<<saving : C4 (3/0)
|   |   LifeStyle = spend<saving
|   |   |   salary < 21.25 : C4 (2/0)
|   |   |   salary >= 21.25 : C3 (4/0)
|   |   LifeStyle = spend>saving
|   |   |   Vacation < 26 : C3 (8/0)
|   |   |   Vacation >= 26 : C4 (2/0)
|   |   LifeStyle = spend>>saving : C4 (3/0)
Type = engineer
|   eCredit < 32 : C5 (16/0)
|   eCredit >= 32
|   |   Vacation < 24.5 : C1 (8/0)
|   |   Vacation >= 24.5
|   |   |   Vacation < 41.5
|   |   |   |   Vacation < 31.5 : C4 (2/0)
|   |   |   |   Vacation >= 31.5
|   |   |   |   |   eCredit < 50.5 : C1 (2/0)
|   |   |   |   |   eCredit >= 50.5
|   |   |   |   |   |   Vacation < 33.5 : C1 (2/0)
|   |   |   |   |   |   Vacation >= 33.5
|   |   |   |   |   |   |   eCredit < 79.5 : C4 (3/0)
|   |   |   |   |   |   |   eCredit >= 79.5 : C1 (1/0)
|   |   |   Vacation >= 41.5
|   |   |   |   eCredit < 76 : C4 (12/0)
|   |   |   |   eCredit >= 76 : C1 (1/0)
Type = librarian
|   salary < 19.13 : C2 (10/0)
|   salary >= 19.13
|   |   Vacation < 16.5 : C2 (3/0)
|   |   Vacation >= 16.5 : C4 (12/0)
Type = professor
|   Vacation < 21 : C2 (16/0)
|   Vacation >= 21
|   |   salary < 22.25
|   |   |   salary < 19.87 : C5 (4/0)
|   |   |   salary >= 19.87 : C4 (11/0)
|   |   salary >= 22.25 : C5 (9/0)
Type = doctor
|   Vacation < 20.5 : C3 (29/0)
|   Vacation >= 20.5 : C4 (5/0)

Size of the tree : 46


RandomTree
==========

eCredit < 23.5
|   Vacation < 47.5
|   |   Vacation < 10.5 : C2 (21/0)
|   |   Vacation >= 10.5
|   |   |   eCredit < 21.5 : C1 (5/0)
|   |   |   eCredit >= 21.5 : C4 (1/0)
|   Vacation >= 47.5
|   |   Vacation < 50.5 : C5 (21/0)
|   |   Vacation >= 50.5
|   |   |   salary < 21.16
|   |   |   |   Type = student : C1 (0/0)
|   |   |   |   Type = engineer : C5 (2/0)
|   |   |   |   Type = librarian : C1 (0/0)
|   |   |   |   Type = professor : C4 (2/0)
|   |   |   |   Type = doctor : C1 (0/0)
|   |   |   salary >= 21.16 : C5 (7/0)
eCredit >= 23.5
|   Vacation < 21
|   |   salary < 21.63
|   |   |   property < 3.86 : C1 (14/0)
|   |   |   property >= 3.86
|   |   |   |   property < 5.66 : C3 (3/0)
|   |   |   |   property >= 5.66 : C1 (4/0)
|   |   salary >= 21.63 : C3 (41/0)
|   Vacation >= 21
|   |   Type = student
|   |   |   Vacation < 30
|   |   |   |   salary < 18.23 : C1 (5/0)
|   |   |   |   salary >= 18.23 : C4 (3/0)
|   |   |   Vacation >= 30 : C4 (4/0)
|   |   Type = engineer
|   |   |   LifeStyle = spend<<saving
|   |   |   |   eCredit < 49.5 : C4 (1/0)
|   |   |   |   eCredit >= 49.5
|   |   |   |   |   property < 3.79
|   |   |   |   |   |   Vacation < 41.5 : C1 (1/0)
|   |   |   |   |   |   Vacation >= 41.5 : C4 (1/0)
|   |   |   |   |   property >= 3.79 : C1 (3/0)
|   |   |   LifeStyle = spend<saving : C4 (2/0)
|   |   |   LifeStyle = spend>saving
|   |   |   |   eCredit < 34.5 : C5 (1/0)
|   |   |   |   eCredit >= 34.5 : C1 (5/0)
|   |   |   LifeStyle = spend>>saving
|   |   |   |   salary < 19.69 : C1 (1/0)
|   |   |   |   salary >= 19.69 : C4 (4/0)
|   |   Type = librarian : C4 (11/0)
|   |   Type = professor : C4 (13/0)
|   |   Type = doctor : C4 (10/0)

Size of the tree : 49


RandomTree
==========

Type = student
|   salary < 18.52 : C1 (20/0)
|   salary >= 18.52
|   |   LifeStyle = spend<<saving : C4 (3/0)
|   |   LifeStyle = spend<saving : C3 (5/0)
|   |   LifeStyle = spend>saving
|   |   |   Vacation < 24.5 : C3 (6/0)
|   |   |   Vacation >= 24.5 : C4 (1/0)
|   |   LifeStyle = spend>>saving : C4 (3/0)
Type = engineer
|   property < 2.45
|   |   salary < 21.37
|   |   |   Vacation < 47.5 : C1 (4/0)
|   |   |   Vacation >= 47.5 : C5 (8/0)
|   |   salary >= 21.37 : C5 (13/0)
|   property >= 2.45
|   |   eCredit < 74
|   |   |   Vacation < 24.5 : C1 (2/0)
|   |   |   Vacation >= 24.5
|   |   |   |   salary < 21.52
|   |   |   |   |   salary < 18.87
|   |   |   |   |   |   salary < 18.41 : C4 (1/0)
|   |   |   |   |   |   salary >= 18.41 : C1 (1/0)
|   |   |   |   |   salary >= 18.87 : C4 (10/0)
|   |   |   |   salary >= 21.52 : C1 (1/0)
|   |   eCredit >= 74 : C1 (5/0)
Type = librarian
|   Vacation < 16.5 : C2 (17/0)
|   Vacation >= 16.5 : C4 (12/0)
Type = professor
|   eCredit < 23.5
|   |   eCredit < 6 : C5 (8/0)
|   |   eCredit >= 6
|   |   |   salary < 23.72 : C2 (5/0)
|   |   |   salary >= 23.72 : C5 (1/0)
|   eCredit >= 23.5 : C4 (10/0)
Type = doctor
|   Vacation < 20.5 : C3 (40/0)
|   Vacation >= 20.5 : C4 (10/0)

Size of the tree : 40


RandomTree
==========

Type = student
|   salary < 18.44 : C1 (14/0)
|   salary >= 18.44
|   |   salary < 21.7
|   |   |   Vacation < 16.5 : C3 (1/0)
|   |   |   Vacation >= 16.5 : C4 (5/0)
|   |   salary >= 21.7 : C3 (12/0)
Type = engineer
|   eCredit < 32
|   |   Vacation < 47.5 : C1 (2/0)
|   |   Vacation >= 47.5 : C5 (18/0)
|   eCredit >= 32
|   |   salary < 19.34 : C4 (4/0)
|   |   salary >= 19.34
|   |   |   salary < 21.05
|   |   |   |   salary < 20.6 : C1 (12/0)
|   |   |   |   salary >= 20.6
|   |   |   |   |   LifeStyle = spend<<saving
|   |   |   |   |   |   Vacation < 33.5 : C1 (1/0)
|   |   |   |   |   |   Vacation >= 33.5 : C4 (1/0)
|   |   |   |   |   LifeStyle = spend<saving : C1 (0/0)
|   |   |   |   |   LifeStyle = spend>saving : C1 (3/0)
|   |   |   |   |   LifeStyle = spend>>saving : C1 (0/0)
|   |   |   salary >= 21.05
|   |   |   |   LifeStyle = spend<<saving
|   |   |   |   |   salary < 21.52 : C4 (2/0)
|   |   |   |   |   salary >= 21.52 : C1 (1/0)
|   |   |   |   LifeStyle = spend<saving : C1 (0/0)
|   |   |   |   LifeStyle = spend>saving : C1 (1/0)
|   |   |   |   LifeStyle = spend>>saving : C4 (3/0)
Type = librarian
|   Vacation < 15.5 : C2 (15/0)
|   Vacation >= 15.5 : C4 (14/0)
Type = professor
|   Vacation < 21 : C2 (12/0)
|   Vacation >= 21
|   |   eCredit < 11.5 : C5 (14/0)
|   |   eCredit >= 11.5 : C4 (13/0)
Type = doctor
|   eCredit < 89.5 : C4 (10/0)
|   eCredit >= 89.5 : C3 (28/0)

Size of the tree : 42


RandomTree
==========

eCredit < 23.5
|   LifeStyle = spend<<saving : C4 (2/0)
|   LifeStyle = spend<saving : C2 (11/0)
|   LifeStyle = spend>saving
|   |   Vacation < 30
|   |   |   Vacation < 10.5 : C2 (16/0)
|   |   |   Vacation >= 10.5 : C1 (1/0)
|   |   Vacation >= 30 : C5 (17/0)
|   LifeStyle = spend>>saving
|   |   property < 1.66
|   |   |   Vacation < 46.5 : C1 (1/0)
|   |   |   Vacation >= 46.5 : C5 (7/0)
|   |   property >= 1.66 : C5 (14/0)
eCredit >= 23.5
|   Vacation < 13.5
|   |   property < 3.75
|   |   |   Vacation < 10.5 : C1 (9/0)
|   |   |   Vacation >= 10.5 : C3 (2/0)
|   |   property >= 3.75 : C3 (38/0)
|   Vacation >= 13.5
|   |   salary < 16.89 : C1 (6/0)
|   |   salary >= 16.89
|   |   |   property < 5.75
|   |   |   |   LifeStyle = spend<<saving
|   |   |   |   |   property < 2.53 : C4 (5/0)
|   |   |   |   |   property >= 2.53
|   |   |   |   |   |   Type = student : C1 (0/0)
|   |   |   |   |   |   Type = engineer
|   |   |   |   |   |   |   Vacation < 39.5 : C4 (1/0)
|   |   |   |   |   |   |   Vacation >= 39.5 : C1 (2/0)
|   |   |   |   |   |   Type = librarian : C4 (1/0)
|   |   |   |   |   |   Type = professor : C1 (0/0)
|   |   |   |   |   |   Type = doctor : C1 (0/0)
|   |   |   |   LifeStyle = spend<saving : C4 (14/0)
|   |   |   |   LifeStyle = spend>saving
|   |   |   |   |   Type = student : C4 (3/0)
|   |   |   |   |   Type = engineer
|   |   |   |   |   |   salary < 19.64 : C4 (4/0)
|   |   |   |   |   |   salary >= 19.64 : C1 (3/0)
|   |   |   |   |   Type = librarian : C4 (2/0)
|   |   |   |   |   Type = professor : C4 (1/0)
|   |   |   |   |   Type = doctor : C4 (7/0)
|   |   |   |   LifeStyle = spend>>saving : C4 (10/0)
|   |   |   property >= 5.75 : C1 (9/0)

Size of the tree : 45


RandomTree
==========

Type = student
|   LifeStyle = spend<<saving
|   |   eCredit < 45 : C1 (3/0)
|   |   eCredit >= 45 : C4 (4/0)
|   LifeStyle = spend<saving
|   |   property < 3.29 : C1 (1/0)
|   |   property >= 3.29
|   |   |   salary < 21.25
|   |   |   |   eCredit < 64.5 : C4 (4/0)
|   |   |   |   eCredit >= 64.5 : C3 (2/0)
|   |   |   salary >= 21.25 : C3 (4/0)
|   LifeStyle = spend>saving
|   |   eCredit < 65.5 : C1 (5/0)
|   |   eCredit >= 65.5
|   |   |   eCredit < 77.5 : C3 (10/0)
|   |   |   eCredit >= 77.5 : C1 (2/0)
|   LifeStyle = spend>>saving
|   |   Vacation < 28.5 : C1 (4/0)
|   |   Vacation >= 28.5 : C4 (1/0)
Type = engineer
|   eCredit < 33 : C5 (20/0)
|   eCredit >= 33
|   |   eCredit < 50.5 : C1 (6/0)
|   |   eCredit >= 50.5
|   |   |   eCredit < 79
|   |   |   |   Vacation < 51
|   |   |   |   |   Vacation < 38.5
|   |   |   |   |   |   LifeStyle = spend<<saving : C4 (1/0)
|   |   |   |   |   |   LifeStyle = spend<saving : C1 (0/0)
|   |   |   |   |   |   LifeStyle = spend>saving : C1 (1/0)
|   |   |   |   |   |   LifeStyle = spend>>saving : C1 (0/0)
|   |   |   |   |   Vacation >= 38.5 : C4 (9/0)
|   |   |   |   Vacation >= 51
|   |   |   |   |   Vacation < 55.5 : C1 (2/0)
|   |   |   |   |   Vacation >= 55.5 : C4 (1/0)
|   |   |   eCredit >= 79 : C1 (5/0)
Type = librarian
|   Vacation < 15.5 : C2 (15/0)
|   Vacation >= 15.5 : C4 (11/0)
Type = professor
|   Vacation < 21 : C2 (12/0)
|   Vacation >= 21
|   |   eCredit < 17.5 : C5 (13/0)
|   |   eCredit >= 17.5 : C4 (6/0)
Type = doctor
|   eCredit < 89.5 : C4 (15/0)
|   eCredit >= 89.5 : C3 (29/0)

Size of the tree : 48


RandomTree
==========

Type = student
|   salary < 18.49 : C1 (17/0)
|   salary >= 18.49
|   |   Vacation < 19.5 : C3 (10/0)
|   |   Vacation >= 19.5 : C4 (7/0)
Type = engineer
|   eCredit < 32
|   |   Vacation < 46.5 : C1 (1/0)
|   |   Vacation >= 46.5 : C5 (23/0)
|   eCredit >= 32
|   |   property < 3.3 : C1 (13/0)
|   |   property >= 3.3
|   |   |   LifeStyle = spend<<saving : C4 (5/0)
|   |   |   LifeStyle = spend<saving : C4 (2/0)
|   |   |   LifeStyle = spend>saving : C1 (6/0)
|   |   |   LifeStyle = spend>>saving
|   |   |   |   salary < 19.22 : C1 (2/0)
|   |   |   |   salary >= 19.22 : C4 (3/0)
Type = librarian
|   salary < 19.25 : C2 (12/0)
|   salary >= 19.25
|   |   eCredit < 17 : C2 (1/0)
|   |   eCredit >= 17 : C4 (11/0)
Type = professor
|   property < 1.32 : C2 (18/0)
|   property >= 1.32
|   |   eCredit < 11 : C5 (13/0)
|   |   eCredit >= 11 : C4 (10/0)
Type = doctor
|   Vacation < 26 : C3 (26/0)
|   Vacation >= 26 : C4 (6/0)

Size of the tree : 32


RandomTree
==========

eCredit < 26.5
|   Type = student : C1 (1/0)
|   Type = engineer : C5 (20/0)
|   Type = librarian
|   |   LifeStyle = spend<<saving : C4 (2/0)
|   |   LifeStyle = spend<saving : C2 (6/0)
|   |   LifeStyle = spend>saving : C2 (7/0)
|   |   LifeStyle = spend>>saving : C1 (0/0)
|   Type = professor
|   |   eCredit < 6.5 : C5 (20/0)
|   |   eCredit >= 6.5
|   |   |   Vacation < 28.5 : C2 (8/0)
|   |   |   Vacation >= 28.5 : C5 (2/0)
|   Type = doctor : C1 (0/0)
eCredit >= 26.5
|   salary < 21.98
|   |   Type = student
|   |   |   Vacation < 30
|   |   |   |   salary < 16.64 : C1 (12/0)
|   |   |   |   salary >= 16.64
|   |   |   |   |   LifeStyle = spend<<saving : C4 (1/0)
|   |   |   |   |   LifeStyle = spend<saving
|   |   |   |   |   |   salary < 18.41 : C3 (1/0)
|   |   |   |   |   |   salary >= 18.41 : C4 (1/0)
|   |   |   |   |   LifeStyle = spend>saving : C3 (1/0)
|   |   |   |   |   LifeStyle = spend>>saving : C1 (0/0)
|   |   |   Vacation >= 30 : C4 (7/0)
|   |   Type = engineer
|   |   |   property < 4.95
|   |   |   |   property < 3.37
|   |   |   |   |   salary < 19.35 : C4 (1/0)
|   |   |   |   |   salary >= 19.35
|   |   |   |   |   |   eCredit < 58
|   |   |   |   |   |   |   Vacation < 45 : C1 (2/0)
|   |   |   |   |   |   |   Vacation >= 45 : C4 (1/0)
|   |   |   |   |   |   eCredit >= 58 : C1 (5/0)
|   |   |   |   property >= 3.37
|   |   |   |   |   Vacation < 24.5 : C1 (1/0)
|   |   |   |   |   Vacation >= 24.5 : C4 (11/0)
|   |   |   property >= 4.95
|   |   |   |   salary < 20.44 : C1 (11/0)
|   |   |   |   salary >= 20.44 : C4 (1/0)
|   |   Type = librarian : C4 (7/0)
|   |   Type = professor : C4 (6/0)
|   |   Type = doctor
|   |   |   eCredit < 134 : C4 (8/0)
|   |   |   eCredit >= 134 : C3 (1/0)
|   salary >= 21.98 : C3 (42/0)

Size of the tree : 49


RandomTree
==========

Vacation < 14.5
|   eCredit < 19 : C2 (29/0)
|   eCredit >= 19
|   |   eCredit < 88.5
|   |   |   salary < 22.23 : C1 (19/0)
|   |   |   salary >= 22.23 : C3 (9/0)
|   |   eCredit >= 88.5 : C3 (21/0)
Vacation >= 14.5
|   eCredit < 23.5
|   |   Vacation < 44.5
|   |   |   eCredit < 18.5 : C1 (4/0)
|   |   |   eCredit >= 18.5 : C4 (1/0)
|   |   Vacation >= 44.5
|   |   |   eCredit < 14.5 : C5 (24/0)
|   |   |   eCredit >= 14.5
|   |   |   |   Type = student : C1 (0/0)
|   |   |   |   Type = engineer : C5 (15/0)
|   |   |   |   Type = librarian : C1 (0/0)
|   |   |   |   Type = professor : C4 (1/0)
|   |   |   |   Type = doctor : C1 (0/0)
|   eCredit >= 23.5
|   |   Type = student
|   |   |   salary < 17.83 : C1 (8/0)
|   |   |   salary >= 17.83 : C4 (8/0)
|   |   Type = engineer
|   |   |   eCredit < 47.5 : C1 (6/0)
|   |   |   eCredit >= 47.5
|   |   |   |   eCredit < 77
|   |   |   |   |   salary < 19.66 : C4 (7/0)
|   |   |   |   |   salary >= 19.66
|   |   |   |   |   |   LifeStyle = spend<<saving
|   |   |   |   |   |   |   Vacation < 39.5
|   |   |   |   |   |   |   |   eCredit < 56.5 : C4 (2/0)
|   |   |   |   |   |   |   |   eCredit >= 56.5
|   |   |   |   |   |   |   |   |   Vacation < 33.5 : C1 (1/0)
|   |   |   |   |   |   |   |   |   Vacation >= 33.5 : C4 (2/0)
|   |   |   |   |   |   |   Vacation >= 39.5 : C1 (2/0)
|   |   |   |   |   |   LifeStyle = spend<saving : C1 (0/0)
|   |   |   |   |   |   LifeStyle = spend>saving : C1 (3/0)
|   |   |   |   |   |   LifeStyle = spend>>saving : C4 (2/0)
|   |   |   |   eCredit >= 77 : C1 (5/0)
|   |   Type = librarian : C4 (6/0)
|   |   Type = professor : C4 (6/0)
|   |   Type = doctor : C4 (5/0)

Size of the tree : 45


RandomTree
==========

Type = student
|   salary < 18.49 : C1 (12/0)
|   salary >= 18.49
|   |   Vacation < 21.5 : C3 (7/0)
|   |   Vacation >= 21.5 : C4 (5/0)
Type = engineer
|   property < 2.44
|   |   Vacation < 46.5 : C1 (4/0)
|   |   Vacation >= 46.5 : C5 (19/0)
|   property >= 2.44
|   |   salary < 19.34
|   |   |   LifeStyle = spend<<saving : C1 (0/0)
|   |   |   LifeStyle = spend<saving : C4 (1/0)
|   |   |   LifeStyle = spend>saving : C4 (4/0)
|   |   |   LifeStyle = spend>>saving : C1 (1/0)
|   |   salary >= 19.34
|   |   |   LifeStyle = spend<<saving
|   |   |   |   eCredit < 67 : C1 (9/0)
|   |   |   |   eCredit >= 67 : C4 (1/0)
|   |   |   LifeStyle = spend<saving : C4 (1/0)
|   |   |   LifeStyle = spend>saving : C1 (10/0)
|   |   |   LifeStyle = spend>>saving
|   |   |   |   Vacation < 30.5 : C4 (1/0)
|   |   |   |   Vacation >= 30.5
|   |   |   |   |   salary < 21.02 : C1 (2/0)
|   |   |   |   |   salary >= 21.02 : C4 (1/0)
Type = librarian
|   Vacation < 18 : C2 (21/0)
|   Vacation >= 18 : C4 (8/0)
Type = professor
|   eCredit < 14
|   |   eCredit < 7.5
|   |   |   Vacation < 28 : C2 (3/0)
|   |   |   Vacation >= 28 : C5 (14/0)
|   |   eCredit >= 7.5 : C2 (9/0)
|   eCredit >= 14
|   |   eCredit < 21
|   |   |   Vacation < 28.5 : C2 (1/0)
|   |   |   Vacation >= 28.5 : C4 (2/0)
|   |   eCredit >= 21 : C4 (17/0)
Type = doctor
|   eCredit < 89.5 : C4 (9/0)
|   eCredit >= 89.5 : C3 (24/0)

Size of the tree : 44


RandomTree
==========

Type = student
|   salary < 18.49
|   |   property < 5.33 : C1 (12/0)
|   |   property >= 5.33 : C3 (1/0)
|   salary >= 18.49
|   |   Vacation < 18.5 : C3 (12/0)
|   |   Vacation >= 18.5 : C4 (14/0)
Type = engineer
|   Vacation < 46.5
|   |   salary < 19.3 : C4 (2/0)
|   |   salary >= 19.3
|   |   |   salary < 21.23
|   |   |   |   LifeStyle = spend<<saving : C1 (5/0)
|   |   |   |   LifeStyle = spend<saving : C1 (0/0)
|   |   |   |   LifeStyle = spend>saving : C1 (10/0)
|   |   |   |   LifeStyle = spend>>saving
|   |   |   |   |   eCredit < 42 : C1 (2/0)
|   |   |   |   |   eCredit >= 42 : C4 (2/0)
|   |   |   salary >= 21.23 : C4 (1/0)
|   Vacation >= 46.5
|   |   property < 3.42 : C5 (19/0)
|   |   property >= 3.42
|   |   |   salary < 20.07 : C4 (6/0)
|   |   |   salary >= 20.07 : C1 (1/0)
Type = librarian
|   Vacation < 15.5 : C2 (13/0)
|   Vacation >= 15.5 : C4 (7/0)
Type = professor
|   Vacation < 44.5
|   |   Vacation < 20 : C2 (10/0)
|   |   Vacation >= 20 : C4 (5/0)
|   Vacation >= 44.5
|   |   LifeStyle = spend<<saving : C4 (1/0)
|   |   LifeStyle = spend<saving : C1 (0/0)
|   |   LifeStyle = spend>saving : C5 (12/0)
|   |   LifeStyle = spend>>saving : C5 (6/0)
Type = doctor
|   Vacation < 20.5 : C3 (36/0)
|   Vacation >= 20.5 : C4 (9/0)

Size of the tree : 40


RandomTree
==========

Vacation < 16
|   Type = student
|   |   salary < 16.64 : C1 (7/0)
|   |   salary >= 16.64 : C3 (17/0)
|   Type = engineer : C1 (4/0)
|   Type = librarian : C2 (9/0)
|   Type = professor : C2 (11/0)
|   Type = doctor : C3 (28/0)
Vacation >= 16
|   Vacation < 47.5
|   |   Type = student
|   |   |   salary < 17.83 : C1 (7/0)
|   |   |   salary >= 17.83 : C4 (3/0)
|   |   Type = engineer
|   |   |   LifeStyle = spend<<saving
|   |   |   |   salary < 20.6 : C1 (5/0)
|   |   |   |   salary >= 20.6
|   |   |   |   |   Vacation < 37 : C4 (3/0)
|   |   |   |   |   Vacation >= 37 : C1 (3/0)
|   |   |   LifeStyle = spend<saving : C4 (4/0)
|   |   |   LifeStyle = spend>saving : C1 (4/0)
|   |   |   LifeStyle = spend>>saving
|   |   |   |   Vacation < 30.5 : C4 (2/0)
|   |   |   |   Vacation >= 30.5 : C1 (3/0)
|   |   Type = librarian : C4 (12/0)
|   |   Type = professor : C4 (13/0)
|   |   Type = doctor : C4 (12/0)
|   Vacation >= 47.5
|   |   Vacation < 51.5
|   |   |   eCredit < 40.5 : C5 (33/0)
|   |   |   eCredit >= 40.5 : C4 (1/0)
|   |   Vacation >= 51.5
|   |   |   LifeStyle = spend<<saving : C1 (1/0)
|   |   |   LifeStyle = spend<saving : C4 (2/0)
|   |   |   LifeStyle = spend>saving : C1 (0/0)
|   |   |   LifeStyle = spend>>saving : C4 (2/0)

Size of the tree : 37


RandomTree
==========

Vacation < 23.5
|   Type = student
|   |   property < 3.4
|   |   |   salary < 21.58 : C1 (9/0)
|   |   |   salary >= 21.58 : C3 (3/0)
|   |   property >= 3.4
|   |   |   Vacation < 10.5
|   |   |   |   Vacation < 7 : C1 (1/0)
|   |   |   |   Vacation >= 7
|   |   |   |   |   eCredit < 58 : C1 (1/0)
|   |   |   |   |   eCredit >= 58 : C3 (2/0)
|   |   |   Vacation >= 10.5 : C3 (6/0)
|   Type = engineer : C1 (2/0)
|   Type = librarian : C2 (13/0)
|   Type = professor : C2 (12/0)
|   Type = doctor : C3 (36/0)
Vacation >= 23.5
|   Vacation < 48.5
|   |   Type = student
|   |   |   salary < 17.27 : C1 (3/0)
|   |   |   salary >= 17.27 : C4 (5/0)
|   |   Type = engineer
|   |   |   salary < 21.05
|   |   |   |   property < 5.5
|   |   |   |   |   LifeStyle = spend<<saving
|   |   |   |   |   |   eCredit < 79.5 : C4 (2/0)
|   |   |   |   |   |   eCredit >= 79.5 : C1 (1/0)
|   |   |   |   |   LifeStyle = spend<saving : C4 (2/0)
|   |   |   |   |   LifeStyle = spend>saving : C1 (1/0)
|   |   |   |   |   LifeStyle = spend>>saving : C4 (3/0)
|   |   |   |   property >= 5.5 : C1 (5/0)
|   |   |   salary >= 21.05
|   |   |   |   salary < 22.12 : C4 (5/0)
|   |   |   |   salary >= 22.12 : C5 (1/0)
|   |   Type = librarian : C4 (6/0)
|   |   Type = professor : C4 (9/0)
|   |   Type = doctor : C4 (6/0)
|   Vacation >= 48.5
|   |   eCredit < 26.5
|   |   |   LifeStyle = spend<<saving : C4 (1/0)
|   |   |   LifeStyle = spend<saving : C1 (0/0)
|   |   |   LifeStyle = spend>saving : C5 (21/0)
|   |   |   LifeStyle = spend>>saving : C5 (22/0)
|   |   eCredit >= 26.5
|   |   |   property < 4.71 : C4 (7/0)
|   |   |   property >= 4.71 : C1 (1/0)

Size of the tree : 47


RandomTree
==========

Vacation < 21
|   Type = student
|   |   salary < 18.52
|   |   |   LifeStyle = spend<<saving : C1 (0/0)
|   |   |   LifeStyle = spend<saving : C3 (1/0)
|   |   |   LifeStyle = spend>saving : C1 (7/0)
|   |   |   LifeStyle = spend>>saving : C1 (0/0)
|   |   salary >= 18.52 : C3 (14/0)
|   Type = engineer : C1 (9/0)
|   Type = librarian : C2 (13/0)
|   Type = professor : C2 (9/0)
|   Type = doctor : C3 (31/0)
Vacation >= 21
|   eCredit < 23.5
|   |   Vacation < 47
|   |   |   Type = student : C1 (0/0)
|   |   |   Type = engineer : C1 (2/0)
|   |   |   Type = librarian : C4 (1/0)
|   |   |   Type = professor : C1 (0/0)
|   |   |   Type = doctor : C1 (0/0)
|   |   Vacation >= 47
|   |   |   LifeStyle = spend<<saving : C4 (1/0)
|   |   |   LifeStyle = spend<saving : C1 (0/0)
|   |   |   LifeStyle = spend>saving : C5 (16/0)
|   |   |   LifeStyle = spend>>saving : C5 (14/0)
|   eCredit >= 23.5
|   |   property < 5.75
|   |   |   LifeStyle = spend<<saving
|   |   |   |   salary < 20.11 : C1 (4/0)
|   |   |   |   salary >= 20.11 : C4 (11/0)
|   |   |   LifeStyle = spend<saving : C4 (16/0)
|   |   |   LifeStyle = spend>saving
|   |   |   |   Type = student : C4 (2/0)
|   |   |   |   Type = engineer
|   |   |   |   |   Vacation < 40 : C1 (2/0)
|   |   |   |   |   Vacation >= 40 : C4 (4/0)
|   |   |   |   Type = librarian : C4 (2/0)
|   |   |   |   Type = professor : C4 (4/0)
|   |   |   |   Type = doctor : C4 (9/0)
|   |   |   LifeStyle = spend>>saving
|   |   |   |   eCredit < 75.5
|   |   |   |   |   eCredit < 41
|   |   |   |   |   |   Vacation < 40 : C1 (1/0)
|   |   |   |   |   |   Vacation >= 40 : C4 (2/0)
|   |   |   |   |   eCredit >= 41 : C4 (4/0)
|   |   |   |   eCredit >= 75.5 : C1 (1/0)
|   |   property >= 5.75 : C1 (6/0)

Size of the tree : 48



Time taken to build model: 0.05 seconds

=== Stratified cross-validation ===
=== Summary ===

Correctly Classified Instances         168               90.3226 %
Incorrectly Classified Instances        18                9.6774 %
Kappa statistic                          0.878 
Mean absolute error                      0.0639
Root mean squared error                  0.1625
Relative absolute error                 20.1454 %
Root relative squared error             40.7733 %
Total Number of Instances              186     

=== Detailed Accuracy By Class ===

                 TP Rate  FP Rate  Precision  Recall   F-Measure  MCC      ROC Area  PRC Area  Class
                 0,750    0,053    0,771      0,750    0,761      0,704    0,969     0,889     C1
                 1,000    0,000    1,000      1,000    1,000      1,000    1,000     1,000     C2
                 0,976    0,000    1,000      0,976    0,988      0,984    0,999     0,998     C3
                 0,830    0,058    0,830      0,830    0,830      0,772    0,978     0,934     C4
                 1,000    0,013    0,947      1,000    0,973      0,967    1,000     0,998     C5
Weighted Avg.    0,903    0,027    0,903      0,903    0,903      0,875    0,988     0,961     

=== Confusion Matrix ===

  a  b  c  d  e   <-- classified as
 27  0  0  8  1 |  a = C1
  0 26  0  0  0 |  b = C2
  1  0 40  0  0 |  c = C3
  7  0  0 39  1 |  d = C4
  0  0  0  0 36 |  e = C5

